khalodark / addi

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

Save and Load do not work for data #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to Save a variable
2. Attempt to Load a csv or mat file (created using save in Octave for instance)

What is the expected output?  Data should be loaded from a file, or a file 
should be created (load vs. save). 

What do you see instead?
Neither feature works error is thrown in either case.

What version of the product are you using? On what operating system?
ADDI35 (android honeycomb)

Please provide any additional information below.
Is there any other way to load data into addi or save data once calculations 
have been done?  This seems like a very valuable addition if there is no other 
support for loading data.  I've attached an example mat file which should load 
two matrices (Theta1 and Theta2) when the command "load ex3weights"  is run as 
it does in octave.

Original issue reported on code.google.com by mcstar on 27 Nov 2011 at 5:18

Attachments:

GoogleCodeExporter commented 9 years ago
Here's what whos should look like after loading ex3weights

octave-3.2.4.exe:3> whos
Variables in the current scope:

  Attr Name         Size                     Bytes  Class
  ==== ====         ====                     =====  =====
       Theta1      25x401                    80200  double
       Theta2      10x26                      2080  double

Original comment by mcstar on 27 Nov 2011 at 5:19

GoogleCodeExporter commented 9 years ago
save and load do need to be fixed.  but, all variables in the main workspace 
are saved whenever you leave addi and are loaded back in each time you open 
addi.  try:
x=1

then exit addi
then open addi
then type

x

and you should see that x=1

Original comment by corbi...@gmail.com on 27 Nov 2011 at 9:23

GoogleCodeExporter commented 9 years ago
I use Matlab a lot and Addi could be great. Just been trying it.   However for 
real use on real projects there needs to be a way of getting data in and out of 
Addi. Such an important feature...

Original comment by dsteele...@gmail.com on 25 Dec 2011 at 8:17

GoogleCodeExporter commented 9 years ago
A very essential feature - should not be hard to implement?

Original comment by homphysi...@gmail.com on 20 Apr 2012 at 9:46