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!