How can i load mat file in simulink ?
2 ビュー (過去 30 日間)
古いコメントを表示
I try to load mat file (matrix data) in simulink by using from file block but it only retrieve one column.
0 件のコメント
採用された回答
Abhilash Padma
2019 年 8 月 2 日
I guess your format of matrix in .mat file is wrong. In the matrix, the time stamps should be in first row and the data with respect to each time stamp should start from second row.
Refer the following link for more information: https://www.mathworks.com/help/simulink/ug/load-data-using-the-from-file-block.html#bu2vguv
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!