[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Input command
From: |
Gaftave |
Subject: |
RE: Input command |
Date: |
Fri, 14 Dec 2012 12:09:26 -0800 (PST) |
I'm sorry I wasn't very clear. I war referring to running more lines
(containing more input lines) all together from an editor. Octave asks just
for the first input instead of asking for every input. For example running
clear all
close all
a=input('Value of a: ')
b=input('Value of b: ')
c=input('Value of c: ')
I obtain
>>>Value of a: Value of b: Value of c:
Thanks again
--
View this message in context:
http://octave.1599824.n4.nabble.com/Input-command-tp4647589p4647929.html
Sent from the Octave - General mailing list archive at Nabble.com.