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

Home » Public Forums » archive » Re: Print 2 arrays side by side in one file
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: Print 2 arrays side by side in one file [message #68671 is a reply to message #68670] Thu, 19 November 2009 05:59 Go to previous messageGo to previous message
Carsten Lechte is currently offline  Carsten Lechte
Messages: 124
Registered: August 2006
Senior Member
ali mozafari wrote:
> I need to print 2 arrays side by side in one file I put something like

You could try this:

IDL> print, transpose( [ [1,2,3,4], [7,8,9,10]])
1 7
2 8
3 9
4 10

chl
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Some more symbols to plot some data
Next Topic: Re: Migrate away from idl?

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

Current Time: Wed Oct 08 19:37:27 PDT 2025

Total time taken to generate the page: 0.00452 seconds