comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: How to use max() to plot where in the plot max is located ?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: How to use max() to plot where in the plot max is located ? [message #31825 is a reply to message #31824] Thu, 22 August 2002 13:09 Go to previous messageGo to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
Kolbjorn Bekkelund wrote:
>
> Thanks David.
>
> It worked with a little twist:
>
> max308=max(data(3,*), maxindex)
> max353=max(data(3,*), maxindex)

From your previous code, I assume you meant:

max308=max(data(3,*), maxindex)
max353=max(data(5,*), maxindex)

but what if the maximum value for the different columns of data occurs at a different
index? Shouldn't you do something like,

max308=max(data(3,*), max308index)
max353=max(data(5,*), max353index)

??

If not, why bother with returning maxindex for data(3,*)?

me confuzzed.

paulv

--
Paul van Delst
CIMSS @ NOAA/NCEP/EMC Beer is good.
Ph: (301)763-8000 x7274 My wife.
Fax:(301)763-8545
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: widget events and dlms
Next Topic: Re: switch colortable

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 03:33:00 PDT 2025

Total time taken to generate the page: 0.72104 seconds