photo

Nikolas


Last seen: 3 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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 mois il y a | 1 réponse | 0

0

réponse

Question


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 =...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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 =...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


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...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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

plus d'un an il y a | 2 réponses | 0

2

réponses