octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updating who/whos


From: Oyvind Kristiansen
Subject: Re: Updating who/whos
Date: Wed, 3 Mar 2004 00:48:27 +0100 (CET)

I've rewritten the patch for updating who/whos.

What's new (compared with the existing output):
-ability to print information on memory used by variables
-ability to print descriptor of dimensions, instead of just rows and cols
 (as it is today)

Two internal variables now describe the output from who/whos:
-whos_line_format, tells Octave what ordering is to be used per line of
 information and what information is to be included. It is a format
 string.
-whos_print_dims controls how many dimensions will be displayed. In Matlab,
 when an array is 2x3x2x4, Matlab will tell it's a 4-D array. Octave will
 check whos_print_dims to find out how to print this information.

Any comments?

Cheers,
Oeyvind

Attachment: patch
Description: Text document

Attachment: ChangeLog
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]