Location:
Search - matlab 3d plot
Search list
Description: shapeletsurf.m :通过表面法向量重建三维表面;
frankotchellappa.m:用Frankot and Chellappa的算法重建可积性三维表面;
grad2slanttilt.m:根据梯度值求取slant 和tilt角;
slanttilt2grad.m :根据slant 和tilt角度求三维表面的梯度。
详尽的可见压缩文件中的说明-shapeletsurf.m : France Vector surface reconstruction of 3D surface; frankotchellappa.m : Chellappa with Frankot and reconstruction algorithms can plot three-dimensional surface; grad2slanttilt.m : gradient values strike slant and tilt angle; slanttilt2grad.m : slant and the tilt angle for 3D surface gradient. Detailed Visibility compressed files of note
Platform: |
Size: 12288 |
Author: 陈亨利 |
Hits:
Description: vectline "vector field line plotter"
Depending on the dimension of coordinate axis, vectline can plot both 3D and 2D vector field line.-vectline "vector field line plotter" Depe nding on the dimension of coordinate axis, vectline can plot both 3D and 2D vector field lin e.
Platform: |
Size: 1024 |
Author: 左贤君 |
Hits:
Description: 这是matlab的关于3维绘图方面的东西-This is the matlab on the 3-D graphics of things
Platform: |
Size: 5120 |
Author: 王君 |
Hits:
Description: 绘制三维矢量图, 收集自网络并做了改进, 非常适合科研人员使用-plot a 3D arrow figure
Platform: |
Size: 117760 |
Author: panpan |
Hits:
Description: Plot your multichannel data despite of being real or complex in Matlab.
Mreshape reshapes your 3d data by your desired arrangment.
Mreshape4 reshape your 4d data
Platform: |
Size: 1024 |
Author: B |
Hits:
Description: This matlab script is for vector field plot. It might be helpful for 2D and 3D field plot. Try it.
Platform: |
Size: 1024 |
Author: Oscar |
Hits:
Description: 3D sphere plot calculations
Platform: |
Size: 7168 |
Author: hamed |
Hits:
Description: 3d极坐标图 3d极坐标表面图 便于绘图-Plot a 3D surface from polar coordinate data
[Xi,Yi,Zi] = polarplot3d(Zp,varargin)
Platform: |
Size: 6144 |
Author: 凌子 |
Hits:
Description: 3d球坐标 球坐标绘图
直角转极坐标 画三维图- SPHERE3D(Zin,theta_min,theta_max,phi_min,phi_max,Rho,meshscale)
plots the 3D profile Zin as a mesh plot on a spherical surface
of radius Rho, between horizontal sweep angles theta_min and
theta_max and vertical phi_min and phi_max, with mesh size
determined by meshscale.
Platform: |
Size: 7168 |
Author: 凌子 |
Hits:
Description: Using matlab 3d plot functions, this is an introduction to 3d ploting in matlab. Very good!
Platform: |
Size: 3072 |
Author: amg123 |
Hits:
Description: 交互式的matlab plot绘图工具,绘制二维三维图形.-QPLOT interactive ploting program
Qplot opens a standadr MATLAB figure with three options added to the menu bar: Qfile, Qoptions and Qgraph. Under Qfile you can read data files (text or Excel). Under Qoptions you can set the options of the graph: what columns are the X, the Y and the Z, axis labels, etc. Under Qgraph are the graph types that can be plotted under three categories: 2D, 3D and Stats. By default graphs are typically made with the X or X-Y columns. Any number of subplots can be opened within the figure.
The full list of graphs is:
2D: XY Scatter, XY Line, XY Line with error bar, Horizontal Bar
(grouped), Horizontal Bar (stacked), Vertical Bar (grouped), Vertical Bar (stacked), Vertical Bar with error bars, Histogram, stem, Stairs, Rose, Polar, Compass, Pie
3D: Scatter 3D, Stem 3D, Bar 3D, Waterfall, Ribbon, Grid, surface, Lighted Surface, Contour
Stats: Histogram (yes is repeated), Histogram 3D, Correlation X-Y, Correlation All, QQplot, Normplot.
Correl
Platform: |
Size: 152576 |
Author: frankcy |
Hits:
Description: 在MATLAB平台下,如何画三维极坐标图。
源码以及说明-3D-polar plot function in matlab but it is not included in MATLAB HELP
Platform: |
Size: 1138688 |
Author: shanshan |
Hits:
Description: 用matlab画一个随机3D地图的很简单的编码。非常实用-Using matlab draw a random 3D map is very simple coding. Useful
Platform: |
Size: 2048 |
Author: Simonlee |
Hits:
Description: 三维圆柱曲线的绘画matlab程序。很方便。-3D Plot on a Cylindrical Surface
Platform: |
Size: 413696 |
Author: xhf |
Hits:
Description: Generate a 3D point plot of L=(x,y,z) using the values in the vector c to
determine the color of each point. If c is empty, then z (column 3 of L)
is used to color the plot. The data points are sorted so that plot3 is
only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same
coloring. The colormap (but not the colorbar) is flipped upside down if
crange is given as [max min] instead of [min max]. The figure handle is
returned if an output argument is given.-Generate a 3D point plot of L=(x,y,z) using the values in the vector c to
determine the color of each point. If c is empty, then z (column 3 of L)
is used to color the plot. The data points are sorted so that plot3 is
only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same
coloring. The colormap (but not the colorbar) is flipped upside down if
crange is given as [max min] instead of [min max]. The figure handle is
returned if an output argument is given.
Platform: |
Size: 4096 |
Author: Jeff |
Hits:
Description: 一个GPS课程的全部代码,含有数据!很实用-MATLAB GPS SCRIPTS-- Charles Meertens and Doug Miller, U. Utah 3Jan95
These scripts were developed for/during a class in GPS and Active Tectonics
Department of Geology and Geophysics, U. Utah, Spring, 1994
EXAMPLE RINEX Files (the only ones guaranteed to work this release)
CUR10911.94N
CUR10911.94O
PAR10910.94N
PAR10910.94O
Main Program scripts:
gpshora.m -- function to calculate Modified Julian Day, Homework#1
HW2.m -- Homework#2 read RINEX observation file and plot C/A code vrs. time
HW3_plt.m-- Homework#3 read RINEX navigation file, plot satellite positions
HW3_3dplt.m-- Same as HW3_plt.m, but 3d position plots
HW4.m-- Homework#4 calculate and plot station position as function of time
Functions called:
calc_nav.m-- calculate satellite position
calc_pos1.m-- calculate station position
constants.m-- GPS constants
coords.m-- convert x,y,z coordinates to lat, long, height
date2j.m-- calculate MDJ
eccenr.m-- calculate "E" anomally
read_nav.m-- Read RINEX Nav file
r
Platform: |
Size: 816128 |
Author: 王楠 |
Hits:
Description: 用希尔伯特黄变换实现对电力谐波的分解,实现了瞬时幅频的三维图形式-3D plot of instantaneous frequency and magnitude of HHT
the original signal is time-varying harmonic signal in power systerm
Platform: |
Size: 2523136 |
Author: |
Hits:
Description: 3D PLOT USING MATLAB IN PSCAD
WARNING
* This case only works if you use the Compaq/Intel Fortran Compiler.
A T_D_PLOT component.
It provides the interface to a MATLAB function t_d_plot . It is a user-defined function and the m-file T_D_plot.m contains its definition. This component plots a 3-dimensional curve.
Input: X, Y and Z values of the point to be plot
Output: a dummy output of value zero
Parameters of T_D_PLOT component. -3D PLOT USING MATLAB IN PSCAD
WARNING
* This case only works if you use the Compaq/Intel Fortran Compiler.
A T_D_PLOT component.
It provides the interface to a MATLAB function t_d_plot . It is a user-defined function and the m-file T_D_plot.m contains its definition. This component plots a 3-dimensional curve.
Input: X, Y and Z values of the point to be plot
Output: a dummy output of value zero
Parameters of T_D_PLOT component.
Platform: |
Size: 5120 |
Author: tom |
Hits:
Description: matlab 3Dplot ksafhkgjalj-matlab 3Dplot ksafhkgjalj. . . . . . . . .
Platform: |
Size: 345088 |
Author: renjiushui |
Hits:
Description: matlab的3D plot的例子程序,包括了三种matlab支持的画3D图形的实例,还有一个3D画图角度旋转,一共四个例子;-matlab 3d plot demo,including three kinds of 3d plot,and a rotation of angle.
Platform: |
Size: 5120 |
Author: james |
Hits: