Question about length function

 Respuesta aceptada

Geoff Hayes
Geoff Hayes el 25 de Abr. de 2014
length returns the maximum of n and m:
>> help length
length Length of vector.
length(X) returns the length of vector X. It is equivalent
to MAX(SIZE(X)) for non-empty arrays and 0 for empty ones.

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 25 de Abr. de 2014

Respondida:

el 25 de Abr. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by