Matrix elaboration

1 次查看(过去 30 天)
Nello Troccia
Nello Troccia 2012-4-2
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!!

采纳的回答

Bjorn Gustavsson
Bjorn Gustavsson 2012-4-2
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Array Geometries and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by