photo

Danny Van Elsen


Last seen: 9 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
1 Antwort

RANG
149.303
of 300.343

REPUTATION
0

BEITRÄGE
5 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

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 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


ode; zero input response; drawing the function in matlab
hello in the context of ordinary differential equations and system modelling, an example of how to determine the zero-input r...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


double integration of parametric function
hello all, I know how to plot a parametric surface, for example as in syms u v x = u * cos(v); y = u * sin(v); z = v; fsur...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


fsurf: interval from parameters
hello. when plotting this surface syms u v x = u; y = v; z = 4 - u^2 - v^2; %fsurf(x, y, z, [-4 4 -4 4]) fsurf(x, y, z) I...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


simplifying an algebraic expression in two variables
hello I know that sqrt ((x-1)^2 + (y-2)^2) + sqrt ((x+1)^2 + (y+2)^2) = 6 and 8*(x^2) - 4*x*y + 5*(y^2) = 36 are equiva...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
plotting two parametric functions in same figure
ah, yes, I see. adding ylim([-10 10]) xlim([-10 10]) gives other results thanks for your patience there...

etwa 6 Jahre vor | 0

| akzeptiert

Frage


plotting two parametric functions in same figure
I was trying to plot a parametric function, and its inverse, like this: t= linspace (-30, +30); x= t; y= (t.^5) + ...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten