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

Home » Public Forums » archive » Re: Matrix in IDL
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: Matrix in IDL [message #77937 is a reply to message #77934] Mon, 17 October 2011 06:08 Go to previous message
Vincent Sarago is currently offline  Vincent Sarago
Messages: 34
Registered: September 2011
Member
you can just use the 'save' procedure


mat=dblarr(2, 2)

save, mat, filename = '~/myMat.sav'



after to re-use it in idl you do :

restore, '~/myMat.sav'

and the 'mat' variable will be restored.


vincent
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: REFORM: new subscripts must not change the number elements in array
Next Topic: Re: Return array from a pro

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

Current Time: Wed Oct 08 19:33:30 PDT 2025

Total time taken to generate the page: 0.00378 seconds