help-octave
[Top][All Lists]
Advanced

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

Permuted matrix is not a matrix?


From: Vallet García José
Subject: Permuted matrix is not a matrix?
Date: Sat, 13 Aug 2016 10:06:39 +0000

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.




reply via email to

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