Transform list(1, 2, 3) to [1, 2, 3] in Octave
As explained in question title, I'd like to use lists in octave and subsequently transform lis开发者_JAVA技巧ts into usual arrays. Is there a way to do that?
What Octave version you have?
Pelase note that on 3.2.4 I get warning: list objects are deprecated; use cell arrays instead
.
For operations with cell arrays see documentation.
精彩评论