Cell2matを用いた配列の変換
Afficher commentaires plus anciens
Cell2matを用いて配列を変換しようと考え
A = data{1,1};
B = cell2mat(A);
としたところ、連結する行列の次元が一致しません。といったエラーが出てしまいました。
dataは1×11Cellの配列で構成されていて、そのうちの一つ一つが16×1Cell配列になっています。 Aはそのうちの一つを取り出したものです。Cell配列を変換する際に配列の時限を指定する必要はなかった気がするのですが、間違えていますでしょうか。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur cell 配列 dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!