help-octave
[Top][All Lists]
Advanced

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

Re: plot the level of each element of a matrix


From: Jordi Gutiérrez Hermoso
Subject: Re: plot the level of each element of a matrix
Date: Thu, 16 Jun 2011 08:30:51 -0500

On 16 June 2011 08:19, florent combes <address@hidden> wrote:
> I would like to plot a matrix in a 3D-graphic, as a plan with the different
> levels of each element of the matrix as in this picture:
> http://meroli.web.cern.ch/meroli/lecture_noise_particle_detector/Lectur5.jpg

Try

     surf(your_matrix)

HTH,
- Jordi G. H.


reply via email to

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