[Scilab-users] [correction] Building a f(P, T) matrix from P and T line vectors

Dang, Christophe Christophe.Dang at sidel.com
Thu Dec 19 09:01:28 CET 2013


Sorry, small error

> -----Message d'origine-----
> De : Dang, Christophe 
> Envoyé : jeudi 19 décembre 2013 09:00
>
> T_matrix = T*ones(sP, 1);

Of course, you have to read

T_matrix = ones(sP, 1)*T;

Best 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