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

Home » Public Forums » archive » Crazy use of MAX function.
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: Crazy use of MAX function. [message #16112 is a reply to message #15930] Mon, 28 June 1999 00:00 Go to previous messageGo to previous message
Struan Gray is currently offline  Struan Gray
Messages: 178
Registered: December 1995
Senior Member
Grady Daub, gadZOOKS8371@garnet.acns.fsuMMER.edu writes:

> How do I find a maximum/minumum value less/greater than a certain value?

device, decomposed=0

Oh no, that's the other question.
The answer to this one is:

dummy = HISTOGRAM(data, max=9998, omax=omax, omin=omin, binsize=9999)

The max keyword stops HISTOGRAM from considering your 9999 values,
the large binsize avoids wasting too much time actually constructing a
histogram. If you know your minimum value you can fine-tune binsize
to ensure that there is only one bin. The numbers you want will be
returned in omax and omin.


Struan
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Indexing structures of different type
Next Topic: repeat.. until loops

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

Current Time: Fri Oct 10 11:37:10 PDT 2025

Total time taken to generate the page: 0.23974 seconds