怎样从矩阵中取值。

怎样从一个矩阵中依次取出每三行的数值??

 Accepted Answer

saianan
saianan on 17 May 2023

0 votes

用 :
b=a(1:3:end,:)

More Answers (0)

Categories

Tags

Asked:

on 17 May 2023

Answered:

on 17 May 2023

Community Treasure Hunt

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

Start Hunting!