필터 지우기
필터 지우기

Simulink source commands finding

조회 수: 2 (최근 30일)
Mustafa Duran
Mustafa Duran 2024년 4월 15일
편집: Fangjun Jiang 2024년 4월 17일
I want to use that input graph to calculate output angular velocity in Simulink, i looked at the source commands like step, ramp but i couldn't find an appropriate command to plot this with time. I can use 1-d plot but i don't want any input to that command. I want a command block like step command. How can i do this in Simulink?
Thanks.
  댓글 수: 2
vidyesh
vidyesh 2024년 4월 16일
You can use a combination of Step, Ramp, Add and Subtract (Sum block can be used as subtractor by changing the parameters) blocks to achieve the graph.
Mustafa Duran
Mustafa Duran 2024년 4월 16일
Thanks, it has worked. You saved my day. I have another question:
I want to take that 1/inertia gain value from MATLAB workspace and 1/inertia gain value must be identified as mask parameter. I made it mask parameter but i couldn't make to extract it from MATLAB workspace. How can i do that?
Thanks.

댓글을 달려면 로그인하십시오.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2024년 4월 17일
편집: Fangjun Jiang 2024년 4월 17일
Use the Signal Editor block
or in older version, it is called the Signal Builder block

카테고리

Help CenterFile Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by