help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Checking condition for every iteration in array


From: Isak lundgren
Subject: Checking condition for every iteration in array
Date: Wed, 20 Jun 2018 12:01:08 -0700 (MST)

Hi, Im new at octave and use it as a free substitute for matlab in order to
use eulers method.
I've made the following functions:

Eqn.m <http://octave.1599824.n4.nabble.com/file/t372896/Eqn.m>  
Euler2.m <http://octave.1599824.n4.nabble.com/file/t372896/Euler2.m>  

and call the function using the command:

Euler2(@Eqn, 1, 1, 0.05, 10)

What I need is for the if statement to check the contition for every
iteration in the method, what do i need to edit?



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]