photo

Martin


Imperial College London

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

7 Fragen
4 Antworten

RANG
26.197
of 300.365

REPUTATION
1

BEITRÄGE
7 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
42.86%

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 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
what does the four vector mean in matlab legend 'Position'?
Thanks for all the information on this guys. I think what I have is the dimensions given in 'normal' units. Basically I have to ...

mehr als 12 Jahre vor | 0

Frage


what does the four vector mean in matlab legend 'Position'?
I use the line: leg = legend('Ionisation','Recombination'); pos = get(leg,'Position') But get returned the ...

mehr als 12 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


can you iterate a change in odefun for ode45?
Hi, so I am wanting to plot how a solution to a set of coupled odes change as the function changes by some iterated amount. I ha...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can ODE45 solve this equation?
hi, so I have an ODE that I am solving with ODE45. It basically solves: d2x/dt2 = exp(-t/tp)cos(t); where tp is a constant....

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to prevent Matlab to round off numbers?
I'm not entirely sure how many digits it works for but putting the line: "format long g" at the start of your script might h...

mehr als 12 Jahre vor | 0

Frage


Can you use ODE45 in a for loop?
Hi there, I am having to solve a pair of coupled 1st ODEs. I also need to change the integration time like this: ti = 0 ...

mehr als 12 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Using sign(x) with -0.00?
Hi, I need to go through a vector and check the sign of an oscillatory function but I have a lot of -0.0000's at the start which...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How do you deal with very large and very small numbers for ode45?
Hi there, I am using the ODE45 function in matlab and am having to do some calculations where the time scale is on the order ...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I convert an array to a matrix?
As Jose mentioned the reshape function is a really good one. The help file on that one is really useful for explaining how it ...

mehr als 12 Jahre vor | 0

Frage


Solving coupled 1st ODEs with ODE45 or Runge-Kutta?
Hi there, I am having to solve a simple problem where I am equating Newtons's Second Law to the Lorenz Force on a particle: F =...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How do I make a desktop launcher for MATLAB in Linux?
I am trying to do the same, basically going in to the terminal each time is very inconvenient. Is there a way I can make a butto...

fast 13 Jahre vor | 0