photo

d b


Last seen: 5 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
236,038
of 301,433

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

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


Unable to run Matlab from Linux Mint command line, but can launch it from file browser?
Just installed Matlab R2017a on Mint 18.1 and did not opt to install the symbolic links during installation. When I navigate to ...

9 years ago | 0 answers | 0

0

answers

Question


Undefined function '...' for input arguments of type 'double' error AND error in function?
Using MATLAB R2016b, I'm trying to evaluate a 2nd order ODE with Euler's method in MATLAB inputting a system of 1st order ODEs. ...

9 years ago | 2 answers | 0

2

answers

Question


Where is the mistake in this Euler Method code?
Using the following Euler Method function code: function [y,t] = ODE_euler(F,y0,a,b,n) t = linspace(a,b,n)'; h = t(2)...

9 years ago | 1 answer | 0

1

answer