Input argument 'sol' is undefined 出错求助
function =SourceMin(sol,options)%Calculate R01, R02 and Q value using GA method at a frequency
%
R01=sol(1); R02=sol(2); c=sol(3);
为什么运行就出现??? Input argument 'sol' is undefined.
Error in ==> D:\kuangzhen\gaot\SourceMin.m
On line 5==> R01=sol(1);
的错误呢?请各位指点
[ 本帖最后由 ChaChing 于 2010-3-6 12:17 编辑 ] =SourceMin(sol,options)
改成
=SourceMin(sol,options)
试试 不行,还是同样的错误
回复 3楼 的帖子
调用的时候sol传进去了吗=SourceMin(,options)
直接运行这句试试
[ 本帖最后由 ChaChing 于 2010-3-6 12:16 编辑 ] 请楼主先看看置顶贴,答案就在里面
页:
[1]