|
On 6/9/2012 1:43 PM, NvZ wrote:
> Hello,
> I don't know what can i do with this error :
> ___________________________
> Subscripting into an mxArray is not supported.
>
> Function 'fitre_gauss.m' (#27.667.674), line 26, column 33:
> "Im(k,l)"
> ____________________________
>
> my code is:
> ____________________________
> for k=1:s1
> for l=1:s2
> C(k,l) = (0.1+ (410 .* Im(k,l)))/(105.5 + Im(k,l));
> end
> end
> ___________________________
>
> Who can help me please?
> thanks...
...
Not enough info supplied--need the gateway routine and the declarations.
--
|