I observed that to close all figure windows in scilab, we can't use
>> close all
like in MATLAB.
After looking around, got the equivalent command in scilab. It is,
>> xdel(winsid())
peace.
>> close all
like in MATLAB.
After looking around, got the equivalent command in scilab. It is,
>> xdel(winsid())
peace.
This comment has been removed by the author.
ReplyDeleteThis was a big problem. Thank you very much.
ReplyDeleteGlad it helped :)
Deletethanks
ReplyDeletewow, cool, thanks!!
ReplyDeleteAnd is there also a hint how to calculate the cross product of arrays A and B along dimensions? Unfortunately, Scilab doesn't have the cross(A,B,dim) command. So, calculating the cross products of the vectors stored in A and B along 3rd dimension is really hard work..
But I'm pretty sure that there IS the possibility in Scilab, just a little more nerdy than in MATLAB...
thanks a ton
ReplyDelete