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

Home » Public Forums » archive » Re: 2 dimensional array from 3 x 1dimensional arrays
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: 2 dimensional array from 3 x 1dimensional arrays [message #45035 is a reply to message #45034] Thu, 04 August 2005 08:58 Go to previous messageGo to previous message
weitkamp is currently offline  weitkamp
Messages: 33
Registered: October 1998
Member
Wait, wait, that was wrong. Oh darn. Make that:

ny = ... ; Number of rows in 2D array
nx = N_ELEMENTS(arr1) / ny ; Number of columns in 2D array

result = FLTARR(nx, ny) ; Make 2D array
result[*] = arr3 ; Fill 2D array

And then there's a chance it'll work. Sorry about that.

And, by the way, would anyone know how to coax Google Groups into
putting a quote of the original posting into one's own message? And
putting my name instead of a mutilated version of my e-mail address?
(sigh)

Timm

Timm Weitkamp, ESRF, Grenoble (where they don't have news server)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: hours since 1-1-1
Next Topic: Maximum value array resampling

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

Current Time: Sat Oct 11 01:52:27 PDT 2025

Total time taken to generate the page: 0.56266 seconds