在吗,,,,大哥
function [retz] = test ()
list=dir(['F:\shuju\10\','out_*.vtk']);
k=length(list)
for i=1:k
str=strcat('F:\shuju\10\',list(i).name)
a{i}=load(str);
end
这个运行出来说无法确定“f:\shuju\10\out U 00002400.vtk”的文件格式,
怎么回事啊
提示
错误使用 linprog (line 346)
LINPROG has stopped because it encountered an internal error. We are sorry for the inconvenience.
Please contact technical support for assistance with your problem, quoting the code "-96@30".
出错 xianxingguihua (line 4)
[x,y]=linprog(c,a,b,[],[],zeros(3,1))