2010年4月16日星期五

Scilab: Increase stacksize

stacksize()

This command will return two numbers. The first one is the current stacksize, and the second one is how much in use. One can give these values to a variable by

v = stacksize()

To increase the stacksize, use

stacksize(n)

where n is a number that is the stacksize that one wants to set.

没有评论:

发表评论