필터 지우기
필터 지우기

ERROR WHEN WRITING GUI FOR 5 LINK ROBOT

조회 수: 1 (최근 30일)
duong tran
duong tran 2017년 12월 20일
댓글: duong tran 2017년 12월 21일
Hi, Everybody. Help me!
Error using gui5link>theta1_Callback (line 91)
Invalid value in 'robofinal/Slider Gain' for parameter 'gain'. Value '58.5277' is out of range.
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in gui5link (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)gui5link('theta1_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
This is my GUI code:

채택된 답변

Birdman
Birdman 2017년 12월 20일
You had some problems about setting the limits for sliders in Simulink file. Firstly I changed them and then you gave wrong data type into a function in your code, I also fixed it and this GUI works well with the model now.
  댓글 수: 9
Naseeb Gill
Naseeb Gill 2017년 12월 20일
Hello, duong tran It will be informative to me and others as well if you can explain for what you make this GUI. By running GUI I found out that at one point you input thetas values and output values are X,Y and Z values and at other point you input X,Y and Z vaues and output will be thetas values. What Simulink is doing here?
Thanks.
duong tran
duong tran 2017년 12월 21일
I'm coding GUI to simulation for forward kinematic and inverse kinematic of 5 link robotics, NASEEB SINGH.

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by