photo

Hakan Güngör


Last seen: etwa 5 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
0 Antworten

RANG
188.622
of 301.219

REPUTATION
0

BEITRÄGE
2 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.193

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.467

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


Plot with 2 parameters
syms r teta x y teta= -90: 0.1: 90; r= 0.5:0.1:1.5; x=sind(teta).*r; y=cosd(teta).*r; plot(x,y) that my code, I want t...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can I see equation openly like (x+y)^2 = x^2+2xy+y^2
If my equation is (x+y)^2 and I want see that as x^2+2xy+y^2 at the answer, which code should I use? Or the real problem is my...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort