converting 2 arrays into an array of structures
5 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have 2 arrays
numbers = [1,2,3,4];
letters = ['a','b','c','d'];
i want to convert these into an array of 4 structures so that i can access the data by:
structure(2).number
which would output 2
and
structure(3).letter
which would output c
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!