Le 11/02/2012 14:45, E. Rietsch a écrit :
> I use the standard apostrophe (not the "back" apostrophe).
> I run Windows 7 (32 bit) and tried it with Scilab 5.2.1, Scilab 5.2.2,
> and Scilab 5.3.1
>
in your first message
the first apostrophe is ascii 7E (hexadecimal, 126 decimal)
in the error message, if you look closely, you will see that the design
and spacing is slightly different: this apostrophe is ascii 27
(hexadecimal, 39 decimal) this is the ordinary ascii apostrophe.
If you copy and paste the K=c*P*c' from the error message, it
will probably work (it does for me, on Linux)
scicoslab has no problem with the original formula (on linux)