how can i insert or link an .m file containing parameter values to a simulink .slx file in R2015b as a subsystem
조회 수: 7 (최근 30일)
이전 댓글 표시
I want to place an .m file containing parameter values as a subsystem in my .slx file(simulink model), so that i can use the variables for block specifications.
I found the same in an example of a "PVarray_250kw" in R2015b.
댓글 수: 0
채택된 답변
Preethi
2016년 12월 30일
hello,
you can use call back functions(present in model properties) or interpreted matlab function block
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!