ddd
[Top][All Lists]
Advanced

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

Re: display a matrix


From: Harry Mangalam
Subject: Re: display a matrix
Date: Fri, 05 Oct 2001 20:52:10 -0700

I've been trying to display a 2D array as a 2D table as described below, but 
altho my .ddd/init file contains the line:

Ddd*align2dArrays: on

ddd continues to display the array as a single line.  Is this supposed to be 
entered elsewhere as well?

Else, how is this supposed to work?

Cheers
Harry


> > I have dynamically allocated memory for float **x, and initialized it.
> > How can I display the values x[i][j] in certain bounds, say for i=2,...,
> > 8, j= 5,..., 10, as a matrix in the data window?
> 
> Try `graph display x[2..8][5..10]' or similar.

-- 
Cheers, Harry

Harry J Mangalam -- (949) 856 2847 (v&f) -- address@hidden 
                    [plain text appreciated]



reply via email to

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