function [sol,val]=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);
的错误呢?请各位指点