Community Profile

photo

Pl Pl


Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Surf plot upside down when printed
Dear all, I have a rather weird bug with the surf function. Here is what I do: figure surf(XF,YF,ZF,FreeEnergy,'EdgeC...

10 years ago | 0 answers | 0

0

answers

Question


XLabel lowered but a bit out of the eps printed file
Dear all, I lowered the XLabel position of a figure by doing xlabh = get(gca,'XLabel'); set(xlabh,'Position',get(xlab...

10 years ago | 1 answer | 0

1

answer

Answered
Right and top axes disappear when I hold on a figure
For those having a similar problem, what worked for me was the solution provided by Sandip here : http://www.mathworks.com/matla...

10 years ago | 0

| accepted

Question


Right and top axes disappear when I hold on a figure
Hello, My question seems so stupid that I feel obliged to say I have already looked for an answer on Mathworks. When I use _h...

10 years ago | 1 answer | 1

1

answer

Question


Surf: colorbar such that 0 is always the same color
Hello everyone, I have to draw a surface on which I should be able to easily locate the points where it takes the value zero....

11 years ago | 0 answers | 0

0

answers

Question


Understanding how Matlab approximations work
Dear all, I have what may be a naive question about how Matlab truly works. I have an ODE whose solution lies on the unit sph...

11 years ago | 1 answer | 0

1

answer

Question


Modify ode45 so that the solution is always normed to 1
Dear all, I have a three-dimensional ode which I'd like to solve using a 4th order Runge-Kutta method, but I'd like the solut...

11 years ago | 0 answers | 0

0

answers

Question


Which ODE solver for this equation?
Dear all, I have to simulate the behaviour of a magnetic system described by a generalised Landau Lifshitz Gilbert equation, ...

11 years ago | 1 answer | 1

1

answer

Answered
Solving constrained non linear system using fmincon doesn't work
Thanks to Sven and my apologies to Alan for not having indicated before that the problem was solved, I completely forgot this di...

11 years ago | 0

Question


Solving constrained non linear system using fmincon doesn't work
Hi all, I have a non linear differential equation: dm(1) = f1(m(1),m(2),m(3)) dm(2) = f2(m(1),m(2),m(3)) dm(3) = f...

11 years ago | 3 answers | 0

3

answers