Trying to find row numbers from array inside cell array entry
古いコメントを表示
I'm trying to access data in a matrix inside of a cell array to reference it later. The data won't convert into a matrix using cell2mat because all the variables inside are numbers that extract as character vectors. Using str2num on the data doesnt work either. How can I get the matrix out of the cell array so I can access and reference it? I've been using the following extraction command:
Extraction code:
[data, delimiterOut, headerlinesOut]=importdata(filename);
The file I'm extracting from is a tab-delimited text file.
4 件のコメント
dpb
2021 年 5 月 20 日
Have to see the file to be able to tell anything for sure
Cameron LaCourse
2021 年 5 月 21 日
Stephen23
2021 年 5 月 21 日
@Cameron LaCourse: please upload the input data file. So far we have nothing to work with.
Cameron LaCourse
2021 年 5 月 23 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!