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
