I have a large number of .mat files, and each one contains three matrices named "matrx_1", "matrix_2" and "matrix_3" with different size.
I would like to extract, for example, the 6th and the 9th columns of each matrix "matrix_1" in two different arrays and then plot them. At the same time, I would like to repeat this operation for the 8th column of the matrix "matrix_2" and with the 10th column of matrix "matrix_3".
How can I do this? Thanks

댓글 수: 3

Adam
Adam 2019년 10월 14일
편집: Adam 2019년 10월 14일
What is wrong with just doing the obvious - load the mat files in a loop, index into the relevant matrices, store those columns and plot at the end? Are the matrices too big?
Gaetano Pavone
Gaetano Pavone 2019년 10월 14일
I'm a beginner in Matlab, could you post your suggestion please?
Stephen23
Stephen23 2019년 10월 14일

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

제품

릴리스

R2019b

질문:

2019년 10월 13일

댓글:

2019년 10월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by