help-octave
[Top][All Lists]
Advanced

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

Re: Permuted matrix is not a matrix?


From: Doug Stewart
Subject: Re: Permuted matrix is not a matrix?
Date: Sat, 13 Aug 2016 08:13:10 -0400



On Sat, Aug 13, 2016 at 6:06 AM, Vallet García José <address@hidden> wrote:
Hello all.

Is this inconsistent?
--->
A=permute([1,2],[1 3 2]);
ismatrix(A)
ans = 0
typeinfo(A)
ans = matrix
<---
Why ismatrix returns 0 while typeinfo returns "matrix" as type? Am I missing something?

BR,
J.


_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave

look at


help isa


--
DASCertificate for 206392


reply via email to

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