[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Input command
From: |
James Sherman Jr. |
Subject: |
Re: Input command |
Date: |
Wed, 5 Dec 2012 17:19:05 -0500 |
On Wed, Dec 5, 2012 at 4:54 PM, Gaftave <address@hidden> wrote:
> Hi,
> I'm not a very expert user and I was wondering if it is possible to write
> more than one input command in order to make Octave ask for every value. In
> fact I was trying with something like this:
> a=input('enter the a value')
> b=input('enter the b value')
> ... and so on,
> but i did'nt work.
> Can you suggest something?
> Thank you for being so helpful.
> G
>
Hi,
Could you be a bit more explicit by what you mean by "it didn't work"?
Did it cause an error? Did the prompt for 'enter the a value'
appear? After you typed in a value and pressed enter, what happened?
(If you got this far.)
James Sherman