octave-maintainers
[Top][All Lists]
Advanced

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

Matlab reshape behavior


From: Rik
Subject: Matlab reshape behavior
Date: Mon, 11 Nov 2013 10:53:13 -0800

11/11/13

Could someone verify what Matlab does with a single input to reshape?

--- Code ---
x = 1:3;
y = reshape (x, 3)
--- End Code ---

Octave running on Linux expands the the '3' to '3x1', but Octave running on
MinGW interprets '3' to be '3x0'.

--Rik


reply via email to

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