MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB混合编程] matlab读取txt文件数据画图 (https://www.labfans.com/bbs/showthread.php?t=17928)

luanjinjin 2012-12-06 10:13

matlab读取txt文件数据画图
 
各位高手,初学matlab,想读取txt文件中数据来画图,txt中有很多行数,把每一行当作不同的y值,x为默认,请问如何编写.m文件,最后.m文件要在vb中调用
ceshujutxt格式如下:
7 6 8 6 6 5 4 2 4 1 1 5 3 1 1
7 6 8 6 6 5 4 2 4 1 1 5 3 1 1 0
7 6 8 6 6 5 4 2 4 1 1 5 3 1 1 0 2
写如下
function ceehuatu()
y=load ('ceshuju.txt');
plot(y);
grid
但运行时说
实时错误‘-2147467259(80004005)’
Error using==>load
Unable to read file ceshuju.txt:NO such file or directory
我的ceshuju.txt在matlab的work下有,但还是出现上述问题,求各位帮忙解决

yesman 2012-12-06 12:42

回复: matlab读取txt文件数据画图
 
看看load的用法,或是用绝对路径试试


所有时间均为北京时间。现在的时间是 05:15

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.