Welcome![Sign In][Sign Up]
Location:
Search - matlab plot 3D

Search list

[3D Graphicsurfacenormals

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:

[matlab3D2Dvectorfieldplottervectline

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:

[matlab3plot

Description: 这是matlab的关于3维绘图方面的东西-This is the matlab on the 3-D graphics of things
Platform: | Size: 5120 | Author: 王君 | Hits:

[GDI-Bitmapquiver3D_pub

Description: 绘制三维矢量图, 收集自网络并做了改进, 非常适合科研人员使用-plot a 3D arrow figure
Platform: | Size: 117760 | Author: panpan | Hits:

[matlabMultiPlot

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:

[matlabcolorvfield

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:

[3D Graphic3Dsphere

Description: 3D sphere plot calculations
Platform: | Size: 7168 | Author: hamed | Hits:

[3D Graphicpolarpolt3d

Description: 3d极坐标图 3d极坐标表面图 便于绘图-Plot a 3D surface from polar coordinate data [Xi,Yi,Zi] = polarplot3d(Zp,varargin)
Platform: | Size: 6144 | Author: 凌子 | Hits:

[3D Graphicsphere3d

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:

[GUI Develop3D

Description: Using matlab 3d plot functions, this is an introduction to 3d ploting in matlab. Very good!
Platform: | Size: 3072 | Author: amg123 | Hits:

[3D GraphicQplot

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:

[matlab3Dpolar

Description: 在MATLAB平台下,如何画三维极坐标图。 源码以及说明-3D-polar plot function in matlab but it is not included in MATLAB HELP
Platform: | Size: 1138688 | Author: shanshan | Hits:

[Mathimatics-Numerical algorithmsMATLAB_PLOT_EXAMPLE

Description: 用matlab画一个随机3D地图的很简单的编码。非常实用-Using matlab draw a random 3D map is very simple coding. Useful
Platform: | Size: 2048 | Author: Simonlee | Hits:

[matlabsurf_from_scatter

Description: It is a very useful matlab program to plot a 3D graph by using sfunction and it shows how to use multiplexur for x, y and z signals. Enjoy it and good luck.
Platform: | Size: 94208 | Author: sola | Hits:

[matlabMATLAB__applications_

Description: Newton-Raphson method is implemented via MATLAB Thrown ball trajectory and projectile study Tire model-Magic Formula of Pacejka is implemented in MATLAB Leibnitz series of pi approximation Amusement ride - corkscrew plot in 3D
Platform: | Size: 4096 | Author: salomon | Hits:

[matlabplot3k

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:

[matlabGPS-Matlab

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:

[matlabpolar3d

Description: POLAR3D Plots a 3D polar surface. POLAR3D(Zin,theta_m ax,Rho_min,Rho_max,meshscale) plots the profiles a mesh plot for Zin between radii Rho_min and Rho_max for polar angles equally spaced between theta_min and theta_max. POLAR3D(Zin,theta_min,theta_max,Rho_min,Rho_max,meshscale,plotspec) plots the profiles Zin between radii Rho_min and Rho_max for polar angles between theta_min and theta_max with a plot type specification. If plotspec = surf a standard Matlab surface is plotted,whereas mesh , surfc or meshc will plot mesh, surface with countour, or mesh with contour, respectively. The size of the squares on the mesh or surf plots is determined by meshscale. The default plot is a mesh plot. - POLAR3D Plots a 3D polar surface. POLAR3D(Zin,theta_min,theta_max,Rho_min,Rho_max,meshscale) plots the profiles as a mesh plot for Zin between radii Rho_min and Rho_max for polar angles equally spaced between theta_min and theta_max. POLAR3D(Zin,theta_min,theta_max,Rho_min,Rho_max,meshscale,plotspec) plots the profiles Zin between radii Rho_min and Rho_max for polar angles between theta_min and theta_max with a plot type specification. If plotspec = surf a standard Matlab surface is plotted,whereas mesh , surfc or meshc will plot mesh, surface with countour, or mesh with contour, respectively. The size of the squares on the mesh or surf plots is determined by meshscale. The default plot is a mesh plot.
Platform: | Size: 4096 | Author: Rati | Hits:

[matlabHARMONICS-3D

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:

[File Formatplot-3d

Description: 利用matlab绘图命令,包括二维图和三维图。-plot 3D diagram
Platform: | Size: 1035264 | Author: wu | Hits:
« 12 3 »

CodeBus www.codebus.net