How to address part of a part of a matrix???!!!

1 次查看(过去 30 天)
hello everyone and thank for previous answers.
I have this matrix: R=[1 2 3 4; 5 6 7 8];
now I need to use [7 8]
in other words I need to use the elements of (3:4) from the first row R(1,:) and I don't want to do this: P=R(1,:);
P(3:4);
I need to write it directly.
Any help? thanks in advance

回答(1 个)

Matt J
Matt J 2015-2-25
编辑:Matt J 2015-2-25

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by