photo

Momo


Last seen: mehr als 3 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
40.692
of 300.365

REPUTATION
1

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
77.78%

ERHALTENE STIMMEN
1

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

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 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how can we estimate from a fine-grid solution
" suppose we don’t know the exact solution but that we can afford to run the problem on a very fine grid" how can we do that is...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Matlab if statements in physics
What does the condition mean in Matlab, where x and y are the displacement that measures from [-1,1] if (abs(x)>=1) x=si...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in Euler method
. could you please, check my code I did not get as the following pic. for i=1:length(T)-1 x1(i+1)=x1(i)+d...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error of matrix dimensions must agree
dv1=(1/m1)*F21; 

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to change automatically the name of the title ?
I'm trying to compute a system of ODE by using different solvers.How to change the legend and title automatically depends on so...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to solve a system of ODE's by using Forward Euler method?
How I can rewrite the following code for a system ODE's y(t)=[y_1 y_2]'. Also, how can I write f( t(i) , y(i)) ,which is equal t...

mehr als 7 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How the error value appears in the graph?
Hello, I am trying to plot the difference between two polynomials some of graphs I could not get the value of the error on it l...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to construct cubic splines?
Hello, I am trying to implement the following code in Matlab but it dose not work. x = 2*pi*[0 1 .1:.2:.9]; y = cos(x); ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


the average rate of change of the function to find the derivative
I am trying to write a program to find f'(x)=f(x+h)-f(x)/h at different h I could not get the result. I do not know...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort