photo

Hwajin Choi


Last seen: 거의 4년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
195,686
of 300,847

평판
0

참여
12 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,279

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How can I use for loop to sum some numbers for a certain time?
I want to sum a set of numbers (10 numbers in the set) for a certain time (user input) My code is time = input('Put numbers...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How can I randomly select one variable between 3 variables?
I want to randomly select 1 variable between variables 10, 20, and 30. This is what I did and it failed. a = [10:10:30] rand(...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How can I draw delta robot workspace in 3D graphic?
Hello I want to know how to draw a 3D graphic of workspace of my delta robot as shown in the image below. I got forward kin...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I plug inverse kinematics to a Simscape multibody?
Hello, This is my Simulink model of a delta robot using Simscape multibody. I have an inverse kinematics matlab code. How can I...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What's the value of Ki in PD controller?
I designed PD controller and got Kp and Kd. When I use feedback command like feedback(sys*pid(Kp,Ki,Kd),1), what value should ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plug in trajectory to the Simscape multibody
Hello, I am doing a project to make a delta robot move according to an inverse position kinematics. I have used Simscape multi...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I animate a robot CAD model corresponding to my MATLAB code?
Hello, I have a CAD(SolidWorks) assembly of a robot arm and a MATLAB code of inverse position kinematics. I want to animate the...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Lag Compensator Simulink Model
I have a lag compensator like below from the MATLAB script. I want to make it in Simulink. What block should I use and how shou...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to 3D plot a circle with radius of 1 in x y and sine wave in z?
Hello, I want to 3D plot a circle looks like the image below. (Sorry for the poor drawing) The figure is a circle of radius 1 i...

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


How to plot trajectory of angles at varying x, y, and z position
Hello, I want to plot trajectory of angles theta1, theta2, and theta3 vary depending on xyz position in 2D or 3D. I got the th...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How can I convert x, y, and z which are functions of theta to theta function of x, y, and z?
Hello, I have three equations, eqn1 = 2*L*(y+a)*cos(theta1) + 2*z*L*sin(theta1) + x^2 + y^2 + z^2 + a^2 + L^2 + 2*y*a - l^2 ==...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Pick one value from multiple results
A solve command finds four solutions like, X1 = 0.5017 -0.5017 0.5017 -0.5017 how can I pick only the firs...

거의 5년 전 | 답변 수: 1 | 0

1

답변