[Scilab-users] function with more result variables, how?

Erhy erhard.glueck.austria at gmail.com
Sun Feb 12 23:34:17 CET 2017


Hello!
I declared a function
e.g.
function [ DifT, FByReal, FR ] = MyXYZ(koeff)
DifT = 33.0; FByReal = [ 1.0 , 55.7 ]; FR = [ 1 2 3; 4 5 6; 7 8 9; 10 -11
-12 ];
endfunction

but only the first result is delivered.

In help: <lhs_arguments> stands for the output argument list.

How to have more result variables with different type*?*

Thank you
Erhy 




--
View this message in context: http://mailinglists.scilab.org/function-with-more-result-variables-how-tp4035470.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list