[scilab-Users] unable to create multiple subplots, e.g. plot() produces 2nd subplot only, first disappears

Sylvestre Ledru sylvestre.ledru at scilab.org
Wed Apr 21 17:08:56 CEST 2010


>     legend(['kappa = '+ string(kappa)]); // I could not figutre out
>     // how to write greek characteres. num2str does not exist in
> SCILAB
Actually, you can from Scilab 5.2.0.
Try:
    legend(['$\kappa = '+ string(kappa)+'$']);

Sylvestre





More information about the users mailing list