How can i run simulink model several times with different values in one of the parameters?
이전 댓글 표시
I have created a model in simulink to predict the efficiency of an Archimedes Turbine. I created an array with the flows in Matlab and used this as input in the model but the results were different as running the model indepedenly with each flow. I want to run the same model several times for a given number of flows and then plot (Flow,Effieciency). How can i do this without having to run manually the model for each flow? Unfortunatelly I don't have any skills at programming so i would prefer a simulink block solution.
댓글 수: 1
Goran Stojanoski
2019년 3월 20일
Hello,
can you specify if the flow are constant values or they change in time? Or specify your problem more exactly.
You can make sub system with the different inputs and set time intervals between them.
But again depends what is your exact problem.
thanks
cheers
Goran
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!