how to coordinate the clock bettwen simulink and matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everyone
I am doing a control of the solar panel with a MPPT( maximun point tracking) with a resonance convertors in matlab but and the same time I have my simulation block in simulink. What I want to do is have a delay in my .m funtion but at the same clock time with simulink. If I do a 0.2s delay in matlab is not the same 0.2s in Simulink.
I want to get my data after 0.2s in my funtion in .m without affecting the running time in simulink.
I already tried pause on, clock but does not work.
댓글 수: 0
답변 (1개)
Sabin
2024년 1월 21일
It is possible to implement a MATLAB function in Simulink with a MATLAB function block:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Solar Power에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!