- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 1kb
- Update:
- 2017-06-01
- Downloads:
- 0 Times
- Uploaded by:
- 古真
Description: How to read the data textread, for example, through x textread ( x_inlet.txt ) we can store the data in the file x_inlet.txt into the array x, and the dimension and size of x will automatically match the file x_inlet.txt match.
How to plot two-dimensional plot plot, for example plot (x, y, ob- , linewidth , 2) can draw a two-dimensional curve with xy as the vertical and horizontal, respectively. The line type is determined by ob-.
To Search:
File list (Check if you may need any files):
matlab画二维图片程序pudn\matlab.m
........................\x_inlet.txt
........................\y_inlet.txt
matlab画二维图片程序pudn