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

 Respuesta aceptada

saianan
saianan el 17 de Mayo de 2023

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Mayo de 2023

Respondida:

el 17 de Mayo de 2023

Community Treasure Hunt

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

Start Hunting!