help-octave
[Top][All Lists]
Advanced

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

Updating a variable


From: witham
Subject: Updating a variable
Date: Tue, 17 Jan 2012 21:47:14 -0800 (PST)

I believe this will be very simple, but I don't see what to do. I couldn't
find anything in Octave FAQs about this. Why isn't A being updated?

>> d=1
d =  1
>> A=d*8
A =  8
>> d=2
d =  2
>> A
A =  8

A stays = to 8, why doesn't it change to 16? How can I get it to change to
16?

Thanks.

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Updating-a-variable-tp4305773p4305773.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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