double型配列をcell型配列に変更する方法
Show older comments
xlsread関数で、
[num,txt,raw] = xlsread('file_name');
とコードを書いた際、numはdouble型、txtとrawはcell型として配列が生成されます。
数値データであるdouble型配列のnumを、cell型に変換することは出来ますでしょうか。
Accepted Answer
More Answers (0)
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!