Programmer Guide/Command Reference/EVAL/init: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
:All arguments are scalars! | :All arguments are scalars! | ||
;Result: The result is a numerical object with ''n'' rows and ''m'' columns. All elements are set to ''v''. | ;Result: The result is a numerical object with ''n'' rows and ''m'' columns. All elements are set to ''v''. | ||
;See also: [[ | ;See also: [[../fill|fill]], [[../rand|rand]] | ||
[[ | [[../#Functions|<function list>]] |
Revision as of 11:00, 21 April 2011
Create a vector or a matrix and initialize it with a particular value.