[Scilab-users] Queries about vector and complex numbers

Dang, Christophe Christophe.Dang at sidel.com
Tue Aug 26 16:54:45 CEST 2014


Hello, 

> De abhi24394
> Envoyé : samedi 23 août 2014 21:27
>
> I have coded the example of cross product as per your suggestions
> lastly i want to know how can i display this on my console.
> It should be a .sce file.

The function

disp(myVar)

displays the content of the variable myVar.
You might also try

disp(string(myVar))

disp(myVar, "myVar = ")

disp(string(myVar), "myVar = ")

Regards

-- 
Christophe Dang Ngoc Chan
Mechanical calculation engineer

______________________________________________________________________

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
______________________________________________________________________



More information about the users mailing list