Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
