double型配列をcell型配列に変更する方法
Afficher commentaires plus anciens
xlsread関数で、
[num,txt,raw] = xlsread('file_name');
とコードを書いた際、numはdouble型、txtとrawはcell型として配列が生成されます。
数値データであるdouble型配列のnumを、cell型に変換することは出来ますでしょうか。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!