help-octave
[Top][All Lists]
Advanced

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

Re: Plotting mesh plots


From: Thomas Weber
Subject: Re: Plotting mesh plots
Date: Wed, 28 May 2008 14:22:26 +0200

Am Mittwoch, den 28.05.2008, 03:08 -0700 schrieb asha g:
> What do you mean by 'dimension' in this context?

The matrix dimension of V, ie
octave:2> size(V)

> I do plot V vs x and t separately. Now I am just combining
> the two.

That's not what meshgrid does, at least not if I understand you
correctly.
meshgrid() plots V for each pair of x and t, ie if you have 5 values of
x and 11 values of t, you need 55 values in V.

        Thomas





reply via email to

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