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
 capturing 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
orimar Posted - 05/20/2003 : 03:22:13 AM
Hi!

I would like to export(capture) the coordinates of the function graph I draw using "Draw Data" or "Freehand Draw Tool" in a format suitable for further data analysis. Like DAT format used in Origin Samples.
Is it possible to get this data from a function plot?

Thank you very much!

Martin
1   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 05/20/2003 : 1:10:20 PM
Hi Martin,

When you draw data using the "Draw Data" tool, a new dataset is created - Origin creates a hidden worksheet (such as Draw1) that contains the xy data of the points. Use Project Explorer to find the worksheet and to bring it up from hidden state.

When you use the Free Hand Draw tool to draw a curve on the graph, a dataset is not created. The drawing is an object on the graph layer. Say your object name is Polyline. Then you can access the x,y coordinates of the points in your object by typing
polyline.x1=
polyline.y3=
etc in your script window. You could write LabTalk code to get all the values and put them into say columns of a worksheet, thereby creating a dataset.

As for function plots, you can right-click on the function plot, or go to Plot Details and ask for a function plot copy. You can then get to the worksheet of the copy by right-clicking on the curve in the newly created graph.

Easwar
OriginLab.





Edited by - easwar on 05/20/2003 1:11:18 PM

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