Open GoogleCodeExporter opened 8 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
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
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
A very essential feature - should not be hard to implement?
Original comment by homphysi...@gmail.com
on 20 Apr 2012 at 9:46
Original issue reported on code.google.com by
mcstar
on 27 Nov 2011 at 5:18Attachments: