MathGroup Archive 1995

[Date Index] [Thread Index] [Author Index]

Search the Archive

Variable Listing?

  • To: mathgroup at christensen.cybernetics.net
  • Subject: [mg1012] Variable Listing?
  • From: deslover at ssec.wisc.edu (Daniel DeSlover)
  • Date: Wed, 10 May 1995 02:45:18 -0400
  • Organization: University of Wisconsin, Madison

Is there a way in Mma to view all variables that have been
defined during a current session?  For example, in Matlab
I can use the "whos" command to get this display:


>> whos
              Name        Size       Elements     Bytes    Density   Complex

             bvolt     953 by 1           953      7624       Full      No 
             calib     431 by 5          2155     17240       Full      No 
          datedata       1 by 3             3        24       Full      No 
               day       1 by 1             1         8       Full      No 
              mass     953 by 1           953      7624       Full      No 
             massc     431 by 1           431      3448       Full      No 
             month       1 by 1             1         8       Full      No 
            newday       1 by 1             1         8       Full      No 
             nvolt     953 by 1           953      7624       Full      No 
            nvoltc     431 by 1           431      3448       Full      No 
          nvoltfit       1 by 953         953      7624       Full      No 
         opt_depth     953 by 1           953     15248       Full      Yes
           sundata     953 by 5          4765     38120       Full      No 

Such a command in Mma would be nice if it doesn't exist.

dan
deslover at vil.ssec.wisc.edu


  • Prev by Date: Printing an mma Notebook Erases It? (PowerMac 6100)
  • Next by Date: Pasting Mathematica notebooks into Word
  • Previous by thread: Re: Printing an mma Notebook Erases It? (PowerMac 6100)
  • Next by thread: Re: Variable Listing?