convert array in matrix
5 ビュー (過去 30 日間)
古いコメントを表示
Hi! I want to trasform the cell arrays attached in a matrix, can you help me?
0 件のコメント
採用された回答
Azzi Abdelmalek
2016 年 6 月 15 日
load matlab
a=cell2mat(pairs(:,1))
b=pairs(:,2)
b=cell2mat([b{:}]')
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Matrices and Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!