how can i plot "L(1) L(2)*cosd(t) -
Mostra commenti meno recenti
How can i plot "L(1) + L(2)*cosd(t) - L(3)*cosd(j) = cosd(t - j)" between t and j, given L(1),L(2),L(3) are constants? Please help someon
4 Commenti
Geoff Hayes
il 8 Giu 2018
Dwaipayan - what are t and j?
Dwaipayan Roy
il 8 Giu 2018
Torsten
il 8 Giu 2018
And your constants L(1), L(2) and L(3) are such that your equation always has a solution for t, given j ?
Dwaipayan Roy
il 8 Giu 2018
Risposta accettata
Più risposte (1)
Aquatris
il 8 Giu 2018
You can use;
syms x y
ezplot(4+5*cos(x)-6*cos(y) == cos(x-y))
where x and y are in radian instead of degree.
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!