help-octave
[Top][All Lists]
Advanced

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

Re: While loop error, is not recognized


From: Andreas Weber
Subject: Re: While loop error, is not recognized
Date: Sat, 28 Apr 2018 12:49:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Am 28.04.2018 um 05:57 schrieb renzosebs:
> Hi, I am trying to make a code in Octave and I don't know why while statement

crossposting on SO:
https://stackoverflow.com/questions/50072727/error-while-loop-octave-is-not-being-recognized

As explained there, you propably want "while (i < 10)"
and not "while (1 < 10)"



reply via email to

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