mlh_2002 发表于 2008-7-2 16:53

用matlab web sever,出现的问题

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', )    % 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.
不知道怎么解决,望大家帮忙

mwhrf 发表于 2008-7-13 23:42

好像你的webpolt函数没有帖上来阿,最近我也在抽时间搞这个。有时间可以交流。
页: [1]
查看完整版本: 用matlab web sever,出现的问题