photo

Nikolas


Last seen: 3 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


DH Parameters for Unitree Z1 Robotic Arm
Hello, am trying to assign dh parameters for the z1 arm so i can simulate and control it using MATLAB. I found most of the dime...

5 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


how can I use my function f to replace a and b with writing all the equation every time? x^3 + a^2*x^2 - 10)*sin(x) - y) like f(a)*f(b)<0
clc; clear; syms p; x = 13.61015; y = 13257; a = 5.14; b = 11.47; err1 = 0.000001; f = (x^3 + p^2*x^2 - 10)*sin(x) - y =...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Why am not getting any graph?
clc; clear; syms p; x = 13.61015; y = 13257; a = 5.14; b = 11.47; err1 = 0.000001; f = (x^3 + p^2*x^2 - 10)*sin(x) - y =...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I fix this? am trying to find the value of p with bisection method
syms p x = 13.61015; y = 13257; a = 5.14; b = 11.47; c = 0; f = (x^3 + p^2*x^2 - 10)*sin(x) == 0; %eqn = y - (x^3 + p^2*x...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to solve a function with uknown parameter with bisection method
y(x) = (x^3 + p^2x^2 - 10) sin (x) for x=13.61015 y= 13257 p= unknown 5.14<p<11.47

más de 1 año hace | 2 respuestas | 0

2

respuestas