inserting multiple values in simulink
이전 댓글 표시
I have to this in Simulink, I have an equation F=ma , M is constant, F and “a” are variable. I can write this eq in matlab function with one input and output. But I have to insert my ten values of “a” in order to get ten values of F in a table form.
댓글 수: 1
Preethi
2016년 10월 14일
hi,
use multiply block and two constant blocks. define the values in command window before simulating the model or you can enter the values in constant block itself. for 'a' use a vector of 10 values
답변 (1개)
Pritesh Shah
2016년 10월 14일
0 개 추천
see help of gain block, you will be able to solve your issue.
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!