Hunter
Followers: 0 Following: 0
Feeds
已回答
Array index became negative or illogical.
I figured out where the mistake was, in the improved eulers method, there is a part of the equation where it has f(t(n) + h, y(n...
Array index became negative or illogical.
I figured out where the mistake was, in the improved eulers method, there is a part of the equation where it has f(t(n) + h, y(n...
2 months 前 | 0
| 已接受
提问
Array index became negative or illogical.
function [t,y] = impeuler(f,tspan,y0,N) % Input: % f = name of inline function or function M-file that evaluates the ODE %...
2 months 前 | 1 个回答 | 0
1
个回答提问
function for m file
I was given the function: g(x,y) = (x^2/y^4)+(cos(7*x*exp(9*y))/(x^6 + 2)); and was instructed to format it as an anonymous fu...
3 months 前 | 1 个回答 | 0