From: umut arioz on
hi,
my simulink program's problematic part is

for i = 1 : no

se( i : no : nr , : )

end

and error is :

Could not determine the size of this expression

how can I convert it for simulink ?
thanks
From: umut arioz on
I solved by opening the loop one by one
thanks

"umut arioz" <john.doe.nospam(a)mathworks.com> wrote in message <hoptfk$7ds$1(a)fred.mathworks.com>...
> hi,
> my simulink program's problematic part is
>
> for i = 1 : no
>
> se( i : no : nr , : )
>
> end
>
> and error is :
>
> Could not determine the size of this expression
>
> how can I convert it for simulink ?
> thanks