reading vector data sets from simulink model back into matlab .m file to create variable and then manipulate operation of simulink model
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to read a vector data set back into my matlab .m file. I have followed numerous tutorials on how to do this but I keep on getting
error messages "Unable to resolve the name.....out. simulink block name etc. I need to do read data from simulink in run time and feed it back into my matlab .m file
댓글 수: 0
채택된 답변
madhan ravi
2023년 11월 20일
편집: madhan ravi
2023년 11월 20일
why not use a MATLAB Function block in your model and call the script as a function within this block? YOu have two more options to do it: See in Simulink Function Callers
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Prepare Model Inputs and Outputs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!