Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab 3d plot
Search - matlab 3d plot - List
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
Update : 2025-02-19 Size : 12kb Publisher : 陈亨利

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.
Update : 2025-02-19 Size : 1kb Publisher : 左贤君

DL : 0
这是matlab的关于3维绘图方面的东西-This is the matlab on the 3-D graphics of things
Update : 2025-02-19 Size : 5kb Publisher : 王君

绘制三维矢量图, 收集自网络并做了改进, 非常适合科研人员使用-plot a 3D arrow figure
Update : 2025-02-19 Size : 115kb Publisher : panpan

DL : 0
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
Update : 2025-02-19 Size : 1kb Publisher : B

This matlab script is for vector field plot. It might be helpful for 2D and 3D field plot. Try it.
Update : 2025-02-19 Size : 1kb Publisher : Oscar

3D sphere plot calculations
Update : 2025-02-19 Size : 7kb Publisher : hamed

3d极坐标图 3d极坐标表面图 便于绘图-Plot a 3D surface from polar coordinate data [Xi,Yi,Zi] = polarplot3d(Zp,varargin)
Update : 2025-02-19 Size : 6kb Publisher : 凌子

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.
Update : 2025-02-19 Size : 7kb Publisher : 凌子

DL : 0
Using matlab 3d plot functions, this is an introduction to 3d ploting in matlab. Very good!
Update : 2025-02-19 Size : 3kb Publisher : amg123

DL : 1
交互式的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
Update : 2025-02-19 Size : 149kb Publisher : frankcy

DL : 0
在MATLAB平台下,如何画三维极坐标图。 源码以及说明-3D-polar plot function in matlab but it is not included in MATLAB HELP
Update : 2025-02-19 Size : 1.09mb Publisher : shanshan

用matlab画一个随机3D地图的很简单的编码。非常实用-Using matlab draw a random 3D map is very simple coding. Useful
Update : 2025-02-19 Size : 2kb Publisher : Simonlee

DL : 0
三维圆柱曲线的绘画matlab程序。很方便。-3D Plot on a Cylindrical Surface
Update : 2025-02-19 Size : 404kb Publisher : xhf

DL : 0
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.
Update : 2025-02-19 Size : 4kb Publisher : Jeff

DL : 0
一个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
Update : 2025-02-19 Size : 797kb Publisher : 王楠

用希尔伯特黄变换实现对电力谐波的分解,实现了瞬时幅频的三维图形式-3D plot of instantaneous frequency and magnitude of HHT the original signal is time-varying harmonic signal in power systerm
Update : 2025-02-19 Size : 2.41mb Publisher :

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.
Update : 2025-02-19 Size : 5kb Publisher : tom

matlab 3Dplot ksafhkgjalj-matlab 3Dplot ksafhkgjalj. . . . . . . . .
Update : 2025-02-19 Size : 337kb Publisher : renjiushui

DL : 0
matlab的3D plot的例子程序,包括了三种matlab支持的画3D图形的实例,还有一个3D画图角度旋转,一共四个例子;-matlab 3d plot demo,including three kinds of 3d plot,and a rotation of angle.
Update : 2025-02-19 Size : 5kb Publisher : james
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.