1 Kommentar

Rik
Rik am 6 Mai 2020
Have a read here and here. It will greatly improve your chances of getting an answer.
This doesn't seem to be very complicated. What did you try so far?

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

David Hill
David Hill am 6 Mai 2020

0 Stimmen

y=-sin(x/15)*1000./((x-90).^2+(y-110).^2+60)+sin(x/30)*500./((x-55).^2+(y-55).^2+30)+80./(12+abs(x-15))+60./(12+abs(x-20))+80./(12+abs(x-25));

1 Kommentar

Rik
Rik am 6 Mai 2020
To improve readability I would suggest a line break after every term:
y=-sin(x/15)*1000./((x-90).^2+(y-110).^2+60) ...
+sin(x/30)*500./((x-55).^2+(y-55).^2+30) ...
+80./(12+abs(x-15)) ...
+60./(12+abs(x-20)) ...
+80./(12+abs(x-25));

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by