khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

Unallowed Variable #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am not allowed to input the following and have the vector stored as a 
variable:

i=[1:3:10]

The result is the following error:

"Error, LValue required"

But if I change the variable to be stored to a, then the result is as expected:

a =
     1.000   4.000   7.000   10.000

I do not remember being constrained to not being able to use the letter i as a 
variable in Matlab.  I will have to check once I get home though.

Adam

Original issue reported on code.google.com by aeroengi...@gmail.com on 1 Jul 2011 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by corbi...@gmail.com on 5 Jul 2011 at 11:15

GoogleCodeExporter commented 9 years ago
issue has been fixed with latest release.  basic testing has been performed

Original comment by corbi...@gmail.com on 6 Jul 2011 at 6:10

GoogleCodeExporter commented 9 years ago
Thanks for getting to that so fast.  It is a nice little project that you
have going.  I think that I am going to enjoy using this program a lot more
once I go to the Droid 3 as it has a numeric keypad, with dedicated number
keys.  Thanks again.

Original comment by aeroengi...@gmail.com on 7 Jul 2011 at 1:00