How do I expand fields of a structure?
5 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone, I have a 1x21 structure with 9 fields. Each fields is a "nx2 double" or "nx1 double". Opening the structure, if n<=5 I can read the numbers of each fields, but for 6x2 double or greater I have to do a click on the field to read numbers. How can i read all veriables without open the field?
2 件のコメント
Stephen23
2016 年 2 月 25 日
Why do you want to do this? How do you want MATLAB to display a 1000000x2 matrix?
採用された回答
Stephen23
2016 年 2 月 25 日
Here are some possibilities:
- display the numeric matrix in the command window, and copy it from there.
- write your data to an excel file.
- write your own display routine.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!