Saving structure data type in Simulink
古いコメントを表示
I have a MATLAB Function block from which I need to save 10 variables to a file. Every variable has different size. I thought of taking advantage of structure data types. But not been able to save the structure with help of 'To File' block. Moreover, 'save()' function also can't be used in the matlab function block.
Is there any other way I can do that.
Or any way to store all 10 variables in same .mat file.
3 件のコメント
Nishant Kumar
2020 年 3 月 29 日
Dhananjay Kumar
2020 年 3 月 31 日
編集済み: Dhananjay Kumar
2020 年 3 月 31 日
You want to save the structure or overwrite it?
Nishant Kumar
2020 年 3 月 31 日
回答 (1 件)
Dhananjay Kumar
2020 年 3 月 31 日
0 投票
Try one of these:
カテゴリ
ヘルプ センター および File Exchange で Workspace Variables and MAT Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!