[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
variable initialization
From: |
Luca Salardi |
Subject: |
variable initialization |
Date: |
Tue, 19 Jun 2018 08:05:55 -0700 (MST) |
hi,
i want to initialize a variable only the first time
i=0; % i want initialize this variable only first time (i don't want to
assign value 0 in all cycles)
if (i>5) expression;
i=expression();
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- variable initialization,
Luca Salardi <=