What steps will reproduce the problem?
1. X=[1 2 3 4 5; 2 3 4 5 6]
2. std(X)
What is the expected output? What do you see instead?
The expected output is the standard deviation vector (a row vector)
ans =
0.7071 0.7071 0.7071 0.7071 0.7071
Instead, I see
"ERROR:ERROR: Function Token:undefined variable or function opt"
What version of the product are you using? On what operating system?
Addi version downloaded from Google play market as of 9/28/2012
Android Icecream sandwich 4.0.4
Please provide any additional information below.
Original issue reported on code.google.com by spar...@gmail.com on 30 Sep 2012 at 3:49
Original issue reported on code.google.com by
spar...@gmail.com
on 30 Sep 2012 at 3:49