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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 6 个回答 | 0
