saving specific column with all elements from 4 to 5 different matrices in matlab GUI

조회 수: 3 (최근 30일)
Hi,
I want to save all elements of some specific columns from 4 to 5 different matrices in such a way that all selected coulmns with all elements will save in one array. For this purpose I made a GUI in that from browse button I select a big matrix (let say big matrix 1) and then from edit box I write down the column number one by one and press submit button and save all those selected coulmn with all elements I stored into array.
Now the problem is that, Again I will select some different big matrix (let say big matrix 2)and similarly I want to save all elements of some specific coulmns and want to store in the same array in which I previously stored elements of selected columns from big matrix 1.
its like I select some columns from matrix 1 and also select columns from matrix 2 and concatenate both of them in single array.
check.png
Can anybody help me what should I do
  댓글 수: 3
Muhammad Haziq
Muhammad Haziq 2019년 9월 6일
There are two posibilities I am thinking off but unable to implement them or there any other way to do that
One: Array concatenation
I select one big matrix (let say matrix 1) and I select few coulmns from it with all elements and save them in a array. Then again I select another big matrix (let say matrix 2) and again I select few coulmns from it with all elements and then save them in same array
Two: Generating a cell array
I select one big matrix (let say matrix 1) and I select few coulmns from it with all elements and save them in a cell array. Then again I select another big matrix (let say matrix 2) and again I select few coulmns from it with all elements and then save them in same cell array
Geoff Hayes
Geoff Hayes 2019년 9월 6일
Muhammad - if your "big matrices" have different number of rows, then use a cell array to manage all of the columns that you extract from your matrices.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by