Search
Description
Please investigate if may be consistent to improve stack/augment to accept as first argument a number or a string (meaning the desired output will be a column or a row vector); actually you must wrap them in a 1x1 matrix.
Davide (Friday, December 2, 2016 7:27 PM) #
Implemented in SMath Studio 0.98.6179.
Mike Kaganski (Wednesday, April 6, 2016 10:29 PM) #
Currently (as of 0.98.5935.13216), it is only possible to use number as first argument to stack/augment, if all arguments are numbers, too (or if the number is the only argument). It's impossible if other arguments are matrices/strings.
It's impossible to use string as first argument to these functions in any way.
There are two work-arounds currently possible.
Also, it's currently impossible to get stack/augment of a sys() with more than one line (and no text in system, too).