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
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to