Community Profile

photo

betlor5


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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 ...

13 years ago | 2 answers | 0

2

answers

Answered
Problems with coupled ODEs in order to solve them numerical
Isn't there an other way?

13 years ago | 0

Question


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 ...

13 years ago | 2 answers | 0

2

answers

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

Question


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: ...

13 years ago | 6 answers | 0

6

answers