Feeds
質問
Limit number of colormap points in a trisurf
I am trying to tell a trisurf only to use t diffrent colors in order highlight passages. My code looks like this:<br> tri...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Colormap and plot with nxn matrices
Hi, I have got 2 matrices x and y. For each x(i,:) y(i,:) I have got an array z. Now I want to draw them color coded like in ...
14年以上 前 | 2 件の回答 | 0
2
回答回答済み
Problems with coupled ODEs in order to solve them numerical
Isn't there an other way?
Problems with coupled ODEs in order to solve them numerical
Isn't there an other way?
14年以上 前 | 0
質問
Problems with coupled ODEs in order to solve them numerical
Hi, I am still stuck on a problem I have and I can't find the solution. How do I use the ode45 function in order to solve ...
14年以上 前 | 2 件の回答 | 0
2
回答回答済み
Solving a differential equation
Shouldn't g'(t) = f'(t) * y'(t) ? So there is no way of passing g as a variable without using this solution? The problem i...
Solving a differential equation
Shouldn't g'(t) = f'(t) * y'(t) ? So there is no way of passing g as a variable without using this solution? The problem i...
14年以上 前 | 0
回答済み
Solving a differential equation
It is a gerneral problem with recusive function that they will go one forever if you don't give them a start parameter. The i...
Solving a differential equation
It is a gerneral problem with recusive function that they will go one forever if you don't give them a start parameter. The i...
14年以上 前 | 0
回答済み
Solving a differential equation
The code is: function d = ddeg(t,y,Z) A = 1000; dz = 6; N_T1 = 10^(-2); N_T2 = 10^(-2); dEC1 = 0.3...
Solving a differential equation
The code is: function d = ddeg(t,y,Z) A = 1000; dz = 6; N_T1 = 10^(-2); N_T2 = 10^(-2); dEC1 = 0.3...
14年以上 前 | 0
質問
Solving a differential equation
Hello, I am working at a mathematical problem and I wanted to solve it numerically through MATLAB. The equation has the form: ...
14年以上 前 | 6 件の回答 | 0
