MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB毕业设计] 读取数据 (https://www.labfans.com/bbs/showthread.php?t=14050)

火花太后 2011-11-10 17:53

读取数据
 
fid= fopen('E:/中药材数据\薄荷\薄荷0005.nos')
pathname='E:/中药材数据\薄荷';
filename='薄荷0005.nos';
[fileinfo,channe,lmethod,sensor _data]=read _NOS_data(pathname,filename) ;
hold on;
subplot(2,4,1);
plot(sensor_data);
axis([ 0 62 0 2.5] );
xlabel(采样时间t);
ylabel(’传感器响应值G/G0‘) ;
title(‘薄荷0005’);


不明白其中的[fileinfo,channe,lmethod,sensor _data]=read _NOS_data(pathname,filename) :confused:


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

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