필터 지우기
필터 지우기

Why does NO ODE function work??

조회 수: 2 (최근 30일)
Adrian Salt
Adrian Salt 2020년 12월 13일
댓글: Stephen23 2020년 12월 13일
Hi,
I am about to mad - spent the entire evening trying to get matlab to solve ANY ode with the 'ode1' function.
It just says Unrecognized function or variable 'ode1'.
This is making me sick as I followed the so called 'cheif mathematician' from maths works on his tutorial on ODE1 - Euler's method - it DOES NOT WORK.
In fact, no ODE works....I am inputting the function as follows:
{F = @(x,y) x^2-3*y^2
x0 = 0;
h=1;
xend = 5;
y0 = 0;
ode1(F,x0,h,xend,y0)}
  댓글 수: 1
Stephen23
Stephen23 2020년 12월 13일
"This is making me sick as I followed the so called 'cheif mathematician' from maths works on his tutorial on ODE1 - Euler's method - it DOES NOT WORK."
The first tutorial in the series is located here:
Directly under the video is a link to where all of the files can be downloaded:

댓글을 달려면 로그인하십시오.

답변 (1개)

James Tursa
James Tursa 2020년 12월 13일
Did you download the code for ode1 from the link provided?

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by