Prev: restoration of signal
Next: Stephen Wolfram's book, "A New Kind of Science" gives us three (3) very important facts:
From: Adam Chapman on 13 Jul 2010 09:57 Is there a command that opens the array editor? I couldn't seem to find one in the documentation
From: Wayne King on 13 Jul 2010 10:09 Adam Chapman <adamchapman1985(a)hotmail.co.uk> wrote in message <99db9dfb-9281-4bd2-889a-1a67813e72be(a)y11g2000yqm.googlegroups.com>... > Is there a command that opens the array editor? > > I couldn't seem to find one in the documentation Hi Adam, X = randn(10,10); openvar('X'); Is this what you mean? Wayne
From: Adam Chapman on 13 Jul 2010 10:16
On Jul 13, 3:09 pm, "Wayne King" <wmkin...(a)gmail.com> wrote: > Adam Chapman <adamchapman1...(a)hotmail.co.uk> wrote in message <99db9dfb-9281-4bd2-889a-1a67813e7...(a)y11g2000yqm.googlegroups.com>... > > Is there a command that opens the array editor? > > > I couldn't seem to find one in the documentation > > Hi Adam, > > X = randn(10,10); > openvar('X'); > > Is this what you mean? > > Wayne Hi Wayne, that is what I would want if it didnt open in tyhe command window. I want a window with the array editor only, and preferab;y i'd pit that inside a custom GUI window. Also when I use openvar from a GUI, the array editor that appears in the command window can't find the variable, because GUI variables are not in the base workspace |