help-octave
[Top][All Lists]
Advanced

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

Re: About resize() function


From: Carlo de Falco
Subject: Re: About resize() function
Date: Fri, 24 Oct 2008 09:47:48 +0100


On 24/ott/08, at 09:24, José Luis García Pallero wrote:

Ok, but the fact that some elements are not preserved if the new matrix is samaller is logical. I think that the help of the function is quite confused.

no, the feature is not obvious, for example compare

a = rand(4)
resize(a, 2, 8)

to

reshape(a, 2, 8)

anyway, if you think the documentation can be improved, please send a patch
c.





reply via email to

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