Hwajin Choi
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
80.115
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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(...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ==...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0