[Scilab-users] functions in scilab which can provide the information of scilab script file

hilife5 hi_life4 at yahoo.in
Tue Sep 3 06:45:13 CEST 2013


I want to know, is there exist any functions in scilab which can provide the
information of scilab script file.
function1.sci is a script file and content of this script file is given
below

function y = function1 ( x )
y = 1 * function1_support ( x )
endfunction
function y = function1_support ( x )
y = 3 * x
endfunction

After loading the file using .net application then i want to know, is there
any scilab function exist for getting the information like function name,
input parameter name and output parameter name.

.net code for executing the script file is as follows

obj1.SendScilabJob("exec('scriptpath')")




--
View this message in context: http://mailinglists.scilab.org/functions-in-scilab-which-can-provide-the-information-of-scilab-script-file-tp4027327.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list