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

Home » Public Forums » archive » IDL Beginner exercise help
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 Beginner exercise help [message #93746 is a reply to message #93732] Tue, 11 October 2016 17:00 Go to previous messageGo to previous message
smnadoum is currently offline  smnadoum
Messages: 24
Registered: June 2016
Junior Member
On Tuesday, October 11, 2016 at 2:43:02 AM UTC-7, Markus Schmassmann wrote:
> On 10/11/2016 04:49 AM, Cheryl wrote:
>> I am an IDL beginner. This is my first assignment, but I am stuck. Anyone can help?
>>
>> 1)Create a variable containing your first and last name. Then name the variable A.
>> 2)output the content of variable A.
>> 3)what kind of variable is A?
> IDL> A='Cheryl Smnadoum'
> IDL> print, A
> Cheryl Smnadoum
> IDL> help, A
> A STRING = 'Cheryl Smnadoum'
> IDL> size(A,/tname)
> STRING

Can I ask you one more question:)?

How to create a 4 by 3 integer array that counts from 10 to 21?
C= INTARR(4,3) ; this is an integer array of two dimensions
but how do I write it with [10:21]?

Thank you
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ncdf_varput for NetCDF coordinate axes
Next Topic: How to supress dialog popup when netcdf file is corrupt?

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

Current Time: Fri Oct 10 11:03:19 PDT 2025

Total time taken to generate the page: 1.03958 seconds