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

Home » Public Forums » archive » IDL Pricing
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: IDL Pricing [message #27717 is a reply to message #27558] Fri, 02 November 2001 02:00 Go to previous messageGo to previous message
Heike Koch-Beuttenmue is currently offline  Heike Koch-Beuttenmue
Messages: 6
Registered: October 1999
Junior Member
"Liam E. Gumley" wrote:
>
> Guillaume Dargaud wrote:
> [stuff deleted]
>> Anyway, the other thing I don't like in IDL are graphics. Try to do a
>> surface plots in less than... 40 lines. In most graphic packages it takes
>> one line !
>
> Here's an example from "Practical IDL Programming" (p. 271). For
> demonstration purposes, let's create a 2D sinc function defined over the
> range -10 to 10 in x and y:
>
> v = findgen(41) * 0.5 - 10.0
> x = rebin(v, 41, 41, /sample)
> y = rebin(reform(v, 1, 41), 41, 41, /sample)
> r = sqrt(x^2 + y^2) + 1.0e-6
> z = sin(r) / r
>
> To plot the data as a mesh surface:
>
> surface, z, x, y
>
> To plot the data as a shaded surface:
>
> shade_surf, z, x, y
>
> Therefore IDL is perfectly capable of plotting a surface in one line.
>
> Cheers,
> Liam.
> Practical IDL Programming
> http://www.gumley.com/

I think , Software like Maple,..., is doing it much easier, for example:

plot3d(sin((x^2+y^2))/(x^2+y^2)),x=-10..10,y=-10..10);


But I would like to know something else:
Can anybody tel me , where I can find comparisons between PV-WAVE and
IDL especially the newest versions and may-be between those ane Matlab?
I think all three are very expansive.

Mit freundlichen Gr��en

Heike Koch-Beuttenm�ller

=======================================================
Dr. Heike Koch-Beuttenm�ller
Universit�t Ulm
Universit�tsrechenzentrum
Albert-Einstein-Allee 11
D-89081 Ulm
Germany
e-mail: Heike.Koch-Beuttenmueller@rz.uni-ulm.de
Telefon: 0731 5022465
=======================================================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Convol with Kernel Dependency Of the Radius to the Middle
Next Topic: LINK : warning LNK4068: /MACHINE not specified; defaulting to IX86

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

Current Time: Fri Oct 10 13:35:38 PDT 2025

Total time taken to generate the page: 1.27993 seconds