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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 export data*
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

jlaverda

France
2 Posts

Posted - 11/22/2011 :  05:05:57 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

Hideo Fujii

USA
1582 Posts

Posted - 11/22/2011 :  3:35:08 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

jlaverda

France
2 Posts

Posted - 11/24/2011 :  12:28:23 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Hideo,
Thank you very much, it is exactly what I was looking for.

Julien

Julien
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000