help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mat2cell defaults


From: Muhali
Subject: mat2cell defaults
Date: Mon, 9 Jan 2012 11:27:33 -0800 (PST)

Is it possible to have a default mat2cell behavior?

To me, the most obvious result is, e.g.,

mat2cell([1 2 3; 3 2 1]) = {1, 2, 3; 3, 2, 1},

that is, turn the matrix into a corresponding cell array of the entries if
no extra arguments are provided.

No?


--
View this message in context: 
http://octave.1599824.n4.nabble.com/mat2cell-defaults-tp4279694p4279694.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]