having trouble creating fractal picture
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Xsubk + 1 = Ysubk*(1 + sin(.7Xsubk) - 1.2*sqrt(|Xsubk|)
Ysubk +1 = .21 - Xsubk
for k = 1:1:19999
I'm not sure how to initiate plotting these points. I don't know how to deal with the subscripts "subk". Any help would be greatly appreciated. Thank You
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!