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
 How to make plot from specific data points?

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
SF01 Posted - 04/10/2016 : 08:51:10 AM
Hello.

Ia have a question, I have data set with continous data points.
My task is to make plot from perodical points, not all points I have, let's say I have a function of temperatre from 0 to 1000 and I have to do a plot starting from 200 degrees and next points should be every 25 degree step, how to perform this?

SF
3   L A T E S T    R E P L I E S    (Newest First)
SF01 Posted - 04/24/2016 : 07:36:17 AM
Thank you for informations.
As I didn't have much time then I simply merged all the worksheets and copied the line with parameters I needed and pasted it with transposing from horizontal to vertical and made graph out of the resulting column.


SF
raygmurphy Posted - 04/21/2016 : 06:56:49 AM
In order to retrieve data values from a plot follow these steps:

1. Open the figure
2. In the MATLAB Command Window type the following commands:
h = findobj(gca,'Type','line')
x=get(h,'Xdata')
y=get(h,'Ydata')

AmandaLu Posted - 04/11/2016 : 06:44:01 AM
Hi SF,

You can extract 200-1000 data points by Worksheet Query and then use Reduce Rows to remove 24 points from every 25 points.

Select Wokrsheet: Worksheet Query, and set it as below:


In the extracted worksheet, select Worksheet: Reduce Rows, and specify settings like this:


You can refer to the following pages for details of Worksheet Query and Reduce Rows:

http://www.originlab.com/doc/Origin-Help/Wks-Query
http://www.originlab.com/doc/Origin-Help/reduce-rows

Thanks,
Amanda
OriginLab Technical Service

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