CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - draw matl
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - draw matl - List
[
Graph Drawing
]
plotcircle
DL : 0
To calculate the coordinates needed to draw a circle given the details of the circle, for use by the plot function-To calculate the coordinates needed to draw a circle given the details of thecircle, for use by the plot function
Update
: 2025-02-19
Size
: 2kb
Publisher
:
carolin1980
[
source in ebook
]
3D-Contour
DL : 0
matlab绘制3D Contour,需要的同志可以借鉴-matlab draw 3D Contour, the need for comrades can learn from
Update
: 2025-02-19
Size
: 17kb
Publisher
:
zawsw
[
matlab
]
rectangle
DL : 0
用matlab编程绘制矩形窗函数的幅频特性,窗函数形状的长度为10,20,50,100.-Programming using matlab draw rectangle window function of the amplitude-frequency characteristics, the shape of window function of length of 10,20,50,100.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
hithit
[
Fractal program
]
SomefractalimagesofMatlabcode
DL : 0
几个分形图的Matlab代码,包括Julia集、koch曲线、Siepbinski垫片、Mandelbrot集、分形树等,用Matlab运行一下试试吧,可以画出非常美丽的分形图,很好玩!-Some fractal images of Matlab code, including the Julia set, koch curve, Siepbinski垫片, Mandelbrot set, fractal tree and so on, using Matlab to run you give it a try, you can draw very beautiful fractal images, is a lot of fun!
Update
: 2025-02-19
Size
: 29kb
Publisher
:
tyksango
[
matlab
]
m_map1.4
DL : 1
m_map是加拿大学者编写的一个在matlab上绘地图的软件,对于海洋遥感的研究有用。-m_map is written by Canadian scholars which can be used to draw a map in matlab programming environment. This software is very useful especially for ocean science research.
Update
: 2025-02-19
Size
: 652kb
Publisher
:
zhaoqd
[
matlab
]
draw
DL : 0
MATLAB绘图教程~PPT格式~介绍各种基本绘图命令-MATLAB graphics tutorial ~ ~ PPT format introduce basic drawing commands
Update
: 2025-02-19
Size
: 185kb
Publisher
:
sky
[
matlab
]
CELL2
DL : 0
using matlab to draw antenna beam pattern
Update
: 2025-02-19
Size
: 1kb
Publisher
:
chen
[
Windows Develop
]
Four-barlinkage
DL : 0
与四连杆之分析相同,在任何杆之延伸点上之位移、速度及加速度等亦可利用sldlink()、body()、fb_sld_linits()及drawlinks()等函数进行分析。 利用drawsldpaths()函数则可达到整合的目的。 其呼叫之方式如下: drawsldpaths(r6,th6,r,th1,theta,td2,tdd2,sigma,npts,driver,mode) 输入参数 • r :四连杆之长度,一列向量表示。 • th1:第一杆的水平角度(通常为零)。 • th2:驱动杆或联结杆的水平角度。 • td2, tdd2:驱动杆之角速度及角加速度。 • Sigma:连杆之组合模式选择(需为+1或-1) • Driver:驱动杆之设定( 0表示苗杆驱动,1表示由联结杆驱动,3滑块驱动)。 • Npts:设定分割的点数或位置。 • r6,rh6,nlink:杆上特定点之位置,包括杆长,与杆之夹角及附于何杆。 • Mode:mode=0,画简单位置图;=1画所有图表;=2画所有图表,但用简单位置图。 -Draw four-bar link using matlab!
Update
: 2025-02-19
Size
: 51kb
Publisher
:
dony
[
matlab
]
fourier_matlab
DL : 0
方波的傅里叶分析,用MATLAB对方波分解为傅立叶级数并画出方波合成曲线-Square of the Fourier analysis, using MATLAB the other wave is decomposed into Fourier series and draw the curve of square-wave synthesis
Update
: 2025-02-19
Size
: 202kb
Publisher
:
peoplecai
[
matlab
]
PSD
DL : 0
matlab中用PSD法绘制信号功率谱,可得到信号的频谱幅度。-PSD method using matlab draw the signal power spectrum, the spectrum available to the signal amplitude.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
bashezhe
[
matlab
]
apfft
DL : 1
Matlab实现的全相位频谱分析,可以自行设定点数和输入序列。结果包括频谱图和与普通fft的对比-Matlab to achieve all-phase spectral analysis, can draw up a point and input sequence. The results include the spectral figure and the comparison with ordinary fft
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Li Hai
[
matlab
]
Bessel_Butter_delay
DL : 0
绘制8阶Bessel和Butterworth模拟低通滤波器的幅频响应曲线及群延时曲线- Draw order Bessel and Butterworth 8 analog low-pass filter amplitude frequency response curve and group delay curve
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张琳
[
matlab
]
fushi
DL : 0
将COMTRADE格式的数据转换成为真实的电气量值,并绘制波形-COMTRADE format of the data will be converted into actual electrical value, and draw the waveform
Update
: 2025-02-19
Size
: 1kb
Publisher
:
xlll
[
matlab
]
wind_rose
DL : 0
MATLAB用于绘制风场玫瑰图的程序源码-MATLAB wind roses for the draw procedure
Update
: 2025-02-19
Size
: 5kb
Publisher
:
卢昕晖
[
matlab
]
Principal-component-analysis-matlab
DL : 0
主成分分析.mht:介绍主成分分析的文章 edgepick.m:本程序的目的是实现边缘检测 drawprim.m:找到最大主分量所在的位置,从而在原图象中绘出 practical.m:一个主分量的程序,边缘检测和主分量提取 prin.m:该程序是用princomp函数来提取矩阵的主成分-Principal component analysis. Mht: the article describes the principal component analysis edgepick.m: The purpose of this program is to achieve edge detection drawprim.m: to find the location of the maximum principal component, which in the original image in the draw practical.m: a principal components process, edge detection and principal component extraction prin.m: princomp function of the program is to extract the principal component matrix
Update
: 2025-02-19
Size
: 17kb
Publisher
:
李仕诚
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.