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 for Programming
 Forum for Origin C
 masking 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

ovince

Yugoslavia
Posts

Posted - 05/08/2006 :  7:06:49 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
hi everybody,

when plotting a dataset I see 4 data that I would like to exclude
from analysis. I would like to do it using Origin C. How to do it?

thanks
oliver

cpyang

USA
1406 Posts

Posted - 05/11/2006 :  7:30:26 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Oliver,

It seems that mask support was not available in Origin 7.5.
You will need to use the LabTalk <n> notation for now. We have already added this support in next Origin version which is not yet released.

// LT notation data1_b<2>=1 to mask a cell
string strLT;
strLT.Format("%s<%d>=1", strDatasetName, nIndexToMask);
LT_Execute(strLT);

CP




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