Statistik
5 Fragen
0 Antworten
RANG
218.284
of 300.352
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
40.0%
ERHALTENE STIMMEN
0
RANG
of 20.928
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.212
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
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 =...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 =...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
fast 3 Jahre vor | 2 Antworten | 0
