Re: (no subject)

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Sep 24 2013 - 06:51:09 MDT

[1] Always include a Subject ....
     It is necessary for archival purposes. Generally, people
     will not answer emails with no Subject line.

[2] Have you read any documentation?
         http://www.ncl.ucar.edu/
         Click: Support
         Click: Manuals
         Click: Mini Language Manual

[3]
undef("anna")
function anna(x)
begin
      fx = 9.44-0.0065*x
      return(fx)
end

    ...
    x = 17.3
    answer = anna(x)

or
    answer = anna(17.3)

On 9/24/13 6:41 AM, anna@hbittnersth.de wrote:
>
> Can you tell me if it's possible to declare functions with NCL and plot them.
> For exemple:
> f(x)=9.44-0.0065*x
> Thanks
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Sep 24 06:51:17 2013

This archive was generated by hypermail 2.1.8 : Tue Oct 01 2013 - 14:41:44 MDT