[Scilab-users] case control statement

Claus Futtrup cfuttrup at gmail.com
Sun Jan 22 19:18:23 CET 2017


Thank you, yes, I see where I went wrong with the square brackets. Sorry.

Thank you to the team that you answer question so quickly and even 
during the weekend. :-)

Best regards,
Claus

On 22-01-2017 19:14, Samuel Gougeon wrote:
> Le 22/01/2017 17:01, Claus Futtrup a écrit :
>> Hi there
>>
>> OK, so I converted to elseif (source code at the bottom of my post). 
>> Now Scilab complains like this:
>>
>>     elseif or[(model==3) (model==4)] then // FDD-LOG / CLOG
>
> if model is a scalar, just write
>
> elseif or(model==[3 4]) then // FDD-LOG / CLOG
>
> Samuel
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170122/aafc0ae8/attachment.htm>


More information about the users mailing list