double型配列をcell型配列に変更する方法
Mostra commenti meno recenti
xlsread関数で、
[num,txt,raw] = xlsread('file_name');
とコードを書いた際、numはdouble型、txtとrawはcell型として配列が生成されます。
数値データであるdouble型配列のnumを、cell型に変換することは出来ますでしょうか。
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Resizing and Reshaping Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!