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

 Akzeptierte Antwort

saianan
saianan am 17 Mai 2023

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 17 Mai 2023

Beantwortet:

am 17 Mai 2023

Community Treasure Hunt

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

Start Hunting!