Community Profile

photo

Graig


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Simultaneous differential equations, memory issues.
Hi, These are the equations I was trying to solve by Euler's method. dM_q/dt=-gamma*M_q+N*B_q*(M_q+1)-c*k_q*M_q dN/dt = P-...

13 years ago | 1 answer | 0

1

answer

Answered
Coupled Differential Equation
<http://www.mathworks.com/matlabcentral/newsreader/view_thread/130499 Here> is a discussion I found recently on this topic.

13 years ago | 0

Answered
Coupled Differential Equation
Thanks guys. But I don't know how to put this solver in a loop. Need to think about it.

13 years ago | 0

Question


Coupled Differential Equation
Dear Friend, I am solving a coupled differential equation in matlab to simulate the laser rate equation. The number of differ...

13 years ago | 4 answers | 0

4

answers

Answered
Finding minima
Thanks All. For me actually the 'quick and dirty' way works well, as the data are very smooth (not noisy). Seemed to me, this is...

13 years ago | 0

Question


Finding minima
I have a data file with few valleys (minima). is there a way to find all the x coordinates corresponding to each minimum y value...

13 years ago | 4 answers | 0

4

answers

Answered
Saving data from the command window
Thanks walter, but I am confused with the uiputfile syntex. How to save variable 'a' in the workspace using uiputfile?

13 years ago | 0

Answered
Saving data from the command window
Thanks Walter. Ohh yeah, I have all the data in a matrix form before saving it.

13 years ago | 0

Question


Saving data from the command window
Hi All, I have a matlab code, where I need to save the data (as a txt file) at the end. I can save it in a file in the editor...

13 years ago | 3 answers | 0

3

answers