How to get Points(x,y) from function
Mostra commenti meno recenti
hi everybody,
how can i get X,Y values from the following matlab-script?
X = @(t) 0.5 + 0.5*(((abs(cos(t))).^B)/cos(t))
Y = @(t) 0.5*T*(((abs(sin(t))).^B)/sin(t))*(1 - (0.5 + 0.5*(((abs(cos(t))).^B)/cos(t))).^P) + C*sin(((0.5 + 0.5*(((abs(cos(t))).^B)/cos(t))).^E * pi)) + R*sin((0.5 + 0.5*(((abs(cos(t))).^B)/cos(t)))*2*pi)
t = [0.01:0.01:2*pi]
B = 1.75
T = 0.18
P = 1.1
C = 0.11
E = 0.8
R = 0.0
fplot(X,Y)
As you can see in the attaches photo, I couldn't have then. I just could plot them

Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB 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!
