鸭鸭 发表于 2008-1-15 19:58

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 编辑 ]

sigma665 发表于 2008-1-15 20:12

=SourceMin(sol,options)
改成
=SourceMin(sol,options)
试试

鸭鸭 发表于 2008-1-15 20:35

不行,还是同样的错误

sigma665 发表于 2008-1-15 21:39

回复 3楼 的帖子

调用的时候sol传进去了吗

=SourceMin(,options)
直接运行这句试试

[ 本帖最后由 ChaChing 于 2010-3-6 12:16 编辑 ]

eight 发表于 2008-1-21 19:04

请楼主先看看置顶贴,答案就在里面
页: [1]
查看完整版本: Input argument 'sol' is undefined 出错求助