|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
retstr=char('')
mild=getfield(h,'mlid');
cd(h.mldir);
wscleanup('m1*peaks.jpeg',1);
%导入原始数据
fid = fopen('fig_1_data.dat', 'r');
a = fscanf(fid, '%g %g', [2 inf]) % It has two rows now.
a = a';
%fclose(fid);
f=figure('visible','off')
plot(a);%导入原始数据并作图
drawnow;
s.picname=sprintf('%speaks.jpeg',mlid);
wsprintjpeg(f,s.picname);
s.picname=sprintf('/icons/%speaks.jpeg',mlid);
templatefile=which('outplot.htm');
retstr=htmlrep(s,templatefile);
MATLAB Application Error:
Error: File: C:\MATLAB7\toolbox\webserver\wsdemos\webplot.m Line: 11 Column: 8 Missing variable or function.
不知道怎么解决,望大家帮忙 |
|