ddd
[Top][All Lists]
Advanced

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

Re: display a matrix


From: Andreas Zeller
Subject: Re: display a matrix
Date: 15 Feb 2001 16:54:10 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley)

Hi!

Benedikt Schermutzki <address@hidden> writes:

> 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.

> How can I display values  of a 3-dim. array, say float ***g, in certain
> bounds?

This is left as an exercise to the reader - of the DDD manual :-)

-- 
Andreas Zeller     Universitaet Passau
                   http://www.fmi.uni-passau.de/st/staff/zeller/



reply via email to

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