필터 지우기
필터 지우기

Problem sending signals from Simulink to workspace

조회 수: 3 (최근 30일)
Flavio Clarizia
Flavio Clarizia 2020년 10월 23일
댓글: Flavio Clarizia 2020년 10월 26일
I am trying to build a controller for a unycicle, but when I try to send the configuration to the workspace for doing the polts, I have that the values of x,y and theta are all zeros. Moreover, the values of the input velocities are just two, and I don't get what is happening.
I attach my model.
Can somebody please help me? I have been on this problem for long time.
Thanks in advance

채택된 답변

Mathieu NOE
Mathieu NOE 2020년 10월 23일
Hi Flavio
just a fews minor bugs
1/ your x and y are not initilaised , by default your integrator blocks IC are set by default to zero
so x and y IC = 0 , so next value for v = 0 so idem for x_dot and y_dot , and so on, everything remains at zero the entire simulation
to fix that I change the IC values (see the initialization file and the simulink blocks changed are in green color)
2/ minor bug also on the indexes for v and omega data - this is why you had not the entire data vector.
I send you back the files and hope you can continue your work
Ciao
  댓글 수: 3
Mathieu NOE
Mathieu NOE 2020년 10월 26일
here you are
sorry, I didn't pay attention to that !
hope it works now
All the best
ciao
Flavio Clarizia
Flavio Clarizia 2020년 10월 26일
Yes it works. Thank you very much for your help!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by