khalodark / addi

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

Plot fails with ArrayIndexOutOfBoundException. #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. x = 0:.1:10 * pi;
2. y = sin(x);
3. plot(x,y)

What is the expected output? What do you see instead?
Plot of y versus x from 0 to 10pi. ArrayIndexOutOfBoundException: length=32; 
Index=32;

What version of the product are you using? On what operating system?
The latest (just downloaded on 6/18/14). Nook HDplus Software version 2.2.0. 

Please provide any additional information below.
Would really like to donate. I know how hard it is to try to support something 
like this and do you real job. But this basic plot is the first thing I tried 
and it does not work. With a 32GB Nook and HTC phone, I can afford arrays that 
are bigger than 32 elements. 

Original issue reported on code.google.com by dbj...@gmail.com on 19 Jun 2014 at 4:36