Search code examples
arraysmatlabsizemupad

Array Size in Mupad?


It seems much more clearer that be asked; but I could not find it by my first searches.

Does anyone know how to find size of an array in Mupad session of Matlab?

M := [12 , 21, 432]:
size(M):
length(M):

None of them works well for me.


Solution

  • The command is nops(M) in mupad

    Mathematica graphics

    Mathematica graphics