I am trying to load a matrix and a list into Scilab's environment. The matrix and the list are created by a function(F1). To do this, I know that the matrix and list are defined as output at the beginning/first line of the function. Then, there is another function, F2 that takes these matrix and list for computation. BUT, it seems that the matrix and list are not loaded into the Scilab's environment. Does F1 not outputting the values or F2 which is not accepting the values? I'm I doing it correctly? Please help me out. Thanks for your support.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Is that what you are trying to do ?
|
|||