photo

Pl Pl


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

8 Questions
2 Answers

RANK
11,184
of 300,508

REPUTATION
4

CONTRIBUTIONS
8 Questions
2 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
3

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

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

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

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

12 years ago | 1

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

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

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

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

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

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

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

13 years ago | 3 answers | 0

3

answers