photo

Mark


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
145,764
of 301,153

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,067

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Can you use bvp4c in cylindrical coordinates?
Hello, I have a short MATLAB program from a previous question: <http://www.mathworks.com/matlabcentral/answers/2060-how-woul...

14 years ago | 0 answers | 0

0

answers

Question


How well can MATLAB solve systems of nonlinear equations?
I realize this is a relative question since some systems of nonlinear equations are probably much more difficult to solve than o...

15 years ago | 1 answer | 0

1

answer

Question


What does _mlans24 mean when using the symbolic toolkit?
If I do the following, I get an interesting error. What I'm trying is directly out of the documentation. EDU>> syms x EDU>>...

15 years ago | 1 answer | 0

1

answer

Question


How would I solve y'' = sinh(y) using finite differences?
Hello, I've tried a few things like: N = 50; A = toeplitz([2 -1 zeros(1, N-2)]); x = linspace(-1, 1, N)'; y =...

15 years ago | 1 answer | 0

1

answer