The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 export data*

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
jlaverda Posted - 11/22/2011 : 05:05:57 AM
I have an origin file with multiple matrixes in different data sheets.
Basicaly I know how to export one matrix but :
How can you export multiple matrixes in one folder on my computer ?
Thanks,

Julien
2   L A T E S T    R E P L I E S    (Newest First)
jlaverda Posted - 11/24/2011 : 12:28:23 PM
Hi Hideo,
Thank you very much, it is exactly what I was looking for.

Julien

Julien
Hideo Fujii Posted - 11/22/2011 : 3:35:08 PM
Hi Julien,

From the user-interface, you can export a matrix at a time. 
If you want to export a bunch of multiple matrices to the same location, 
so far you need a script (or Origin C code). 
The following simple script is a sample to export all matrices 
(top matrix object in top matrix sheet) to D:\Temp\ folder
 
doc -e M {
  expMatASC im:=[%H]1!1 path:="d:\Temp\%H.dat"; 
};

To know more about expMatASC x-function, enter the following command in the Command window:
  help expMatASC

Hope this is helpful.

--Hideo Fujii
OriginLab

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000