필터 지우기
필터 지우기

How to create a cell containing a cell array?

조회 수: 17 (최근 30일)
Bhuvaneswari Ramachandran
Bhuvaneswari Ramachandran 2024년 6월 26일 22:20
편집: Walter Roberson 2024년 6월 26일 22:27
I have an excel file with data. The dimension of data is 2097 x 15. I would like to create a 2097x1 cell in Matlab so that when I click on each cell array, it takes me to that specific row data. Can someone help with this? TIA.

답변 (1개)

Walter Roberson
Walter Roberson 2024년 6월 26일 22:27
편집: Walter Roberson 2024년 6월 26일 22:27
YourCellArray = num2cell(YourDataArray,2);

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by