photo

Nikolas


Last seen: 12 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
121 043
of 301 175

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
0

RANG
 of 21 185

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 238

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

environ 2 ans 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 de 3 ans 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 de 3 ans 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 de 3 ans 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 de 3 ans il y a | 2 réponses | 0

2

réponses