Statistics
RANK
14,334
of 295,467
REPUTATION
3
CONTRIBUTIONS
7 Questions
5 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How to load all variables from *.mat except one?
Hi all, I want to load all variables from a *.mat-file except one. Here are my lines: X = 10; if restart == 1...
11 years ago | 2 answers | 1
2
answersHow to stop an ode-solver if integration takes too long?
Thanks Mahdi for your fast answer. I think we misunderstood. My problem is the following: I want to solve a system of equati...
11 years ago | 0
Question
How to stop an ode-solver if integration takes too long?
Hi all, I am working with implicit ode15i solver. I receive results within seconds for more than 80 parameters to solve. ...
11 years ago | 3 answers | 1
3
answersHow to solve a system of nonlinear 2nd order differential equations?
My code is very sensitive to the choice of initial velocity values. I have some questions here: 1) Is there any possibility t...
11 years ago | 0
Question
How to solve a system of nonlinear 2nd order differential equations?
Hi there, I have a challenge solving a system of differential equations 2nd order. I do not receive an error message but hav...
12 years ago | 2 answers | 0
2
answersQuestion
use fsolve with boundaries
Hi, I wonder if there is a way to use fsolve with boundaries? I am currently using fsolve for a system of nonlinear equati...
12 years ago | 3 answers | 1
3
answershow to transfer expression to myfun using fsolve?
Ok, here is a way to do it. Define the expressions as global variables. This is not a good way, but it works for now. I am sti...
12 years ago | 0
how to transfer expression to myfun using fsolve?
Thanks for the fast response! I tried solving it with symbolic variables. It is fine for 3 equations, takes more than 2 hours...
12 years ago | 0
Question
how to transfer expression to myfun using fsolve?
Hi, I am trying to solve a system of nonlinear equations. I have the command in a for loop and each time the number of equation...
12 years ago | 3 answers | 0
3
answersQuestion
save figure in backround job
Hi, I am running a matlab job on an external computer. Figure display is not possible. However, I would like to save figures ...
12 years ago | 1 answer | 0
1
answerQuestion
plot with 2 x-axes (logscale)
Hi all, I am currently trying to plot with two x-axes. I tried the plotxx.m from File Exchange (thanks for sharing), but still d...
13 years ago | 0 answers | 0