khalodark / addi

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

mldivide throws error "divide: dimensions don't match" #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. a=eye(2)
2. b=[1;1]
3. a\b

What is the expected output? What do you see instead?
Expected: ans = [1;1]
Seen: "ERROR:DoubleNumberToken: divide: dimensions don't match

What version of the product are you using? On what operating system?
Version 1.86
Cyanogenmod 7, DroidX

Please provide any additional information below.
Same error for mldivide or \

Original issue reported on code.google.com by farrell...@gmail.com on 29 Nov 2011 at 4:29

GoogleCodeExporter commented 9 years ago
Can you try going to settings/preferences inside addi and enabling the 
"experimental interpreter"?  This should be solved via that.  That will be the 
default behavior in the future.

Original comment by corbi...@gmail.com on 16 Apr 2012 at 3:43

GoogleCodeExporter commented 9 years ago
Works perfectly, thank you! 
Does "experimental" add any other cool features? Is there a page listing the 
changes? 

Original comment by farrell...@gmail.com on 16 Apr 2012 at 6:31

GoogleCodeExporter commented 9 years ago
If you are a user of Octave, then the best way to describe it is... the 
experimental interpreter implements nearly all of Octave, which is nearly all 
of base matlab (without the packages).  But Octave has packages, I just need to 
perform the same magic to pull those in.  So, yes, lots of cool stuff, hundreds 
of new functions are in place and working.  I need to fix a couple of things 
and do more debugging, but it will become the default soon.  

Original comment by corbi...@gmail.com on 16 Apr 2012 at 5:14