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

Home » Public Forums » archive » Create new variable with subset of 4D array
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: Create new variable with subset of 4D array [message #87626 is a reply to message #87625] Wed, 19 February 2014 10:32 Go to previous message
Matthew Argall is currently offline  Matthew Argall
Messages: 286
Registered: October 2011
Senior Member
Try replacing

> lat_new(0:n_elements(index),i) = lat(index)

with

lat_new(0:n_elements(index)-1, i) = lat(index)
[Message index]
 
Read Message
Read Message
Previous Topic: read a multi-line string in IDL? or, read numeric values sequentially without automatic <CR>?
Next Topic: Phoenician aleph

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

Current Time: Wed Oct 08 19:36:56 PDT 2025

Total time taken to generate the page: 0.00365 seconds