搜索资源列表
plotyy
- 在写SSI算法的时候,因为要画稳定图,所以牵涉到了双坐标轴的使用问题。查看Matlab的Help文件,对双坐标轴函数(plotyy)的表述不是很详细,或者是我没有读太懂吧。 下面对plotyy函数的使用做一个详细的学习-SSI algorithm in the time to write because of the need to draw a stable map, so involved the use of dual-
untitled4
- 使用 PLOT(T,Y1,Y2,…])命令,绘图命令plot绘制x-y坐标图; 使用HOLD 命令,保持住该图形窗口的内容,再画一条线。并且该线型的颜色、标记符号可以选择。 利用PLOT(X1,Y1,X2,Y2,..XN,YN)语句, X1,Y1,X2,Y2,..XN,YN分别为向量对,每一对X-Y可画出多条图形。 使用PLOTYY命令,可设坐标。
advanced-plotyy_MATLAB
- I post myplotyy.m for advanced plotyy function of MATLAB. It easily plot 2-axis plot using attached myplotyy.m.
plotyy-(2)
- 这是matlab中画双纵坐标轴的程序源代码,里面可以设置曲线的各种属性,并且可以实现和simulink中scope的数据通信-The program for the Matlab draw Double longitudinal axis of the program source code
plotxx
- matlab绘制双x坐标图形。与plotyy类似,但是前者不共用x坐标,而可在一个图中绘制x,y数据均不同的两组数。-matlab draw double x coordinate graph. And plotyy similar, but the former does not share the x-coordinate, which may be plotted in a graph x, y are two different
plotyy
- MATLAB中使用plotyy命令,绘制二维函数曲线图。-Use the plotyy command MATLAB, drawing two-dimensional function curves.
plot
- 双纵坐标画图,matlab环境,不同于plotyy,谢谢下载使用-Double-ordinate drawing, matlab environment, unlike plotyy, thank you download
plotyy_shan
- MATLAB之图形plotyy函数及句柄应用 条形图,折线图及双坐标实例(自编)-Graphics plotyy function and handle the application MATLAB Bar charts, line charts and two-coordinate instance (Self-programming)
Matlab-plotyy
- 如何利用plotyy绘制双纵坐标图像,如何进行巧妙设置-introduction of the plotyy
plotxx
- 画双X轴曲线。适合于随深度变化的曲线。和plotyy函数相对应。上下X轴-plotting double X axiss. Adapted to changes with depth curve. And corresponds to the function of plotyy.
plotyy
- matlab绘图,两个纵坐标轴&一个横坐标轴,两条曲线绘制在一个fig图中(matlab figure, double y axises)