I want to extract data from an excel file which contains the data from different images... I want to sort the data like the axial voidage sheet generated as shown in the sample file MATLAB and the other sheet radial voidage.

조회 수: 2 (최근 30일)
I want to sort the data like for eg. for the image no.5 the first row is the axial voidage data and the radial voidage the entire column for the image 5 from the next row.
Thanks in advance.

답변 (1개)

Kiran Felix Robert
Kiran Felix Robert 2021년 2월 8일
편집: Kiran Felix Robert 2021년 2월 8일
Hi Aashna,
You can you the readtable function to read your data into MATLAB as a table, and you can use sortrows function to sort your table by any column. Refer the links to the function documentations for examples and other details.

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by