Matrix elaboration

1 visualización (últimos 30 días)
Nello Troccia
Nello Troccia el 2 de Abr. de 2012
Hi, I have a matrix n*m and I want to extract part of it. For example the firsts five lines and the firsts six column. How could I do? Regards!!

Respuesta aceptada

Bjorn Gustavsson
Bjorn Gustavsson el 2 de Abr. de 2012
Msub = M(1:5,1:6);
But there are "getting started" documentation to get you up and running in no time, also at the command-line prompt type:
demo
to get another set of introductory walk-through. These are better tools than to ask here for each and every initial step.
HTH

Más respuestas (0)

Categorías

Más información sobre Array Geometries and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by