T O P I C R E V I E W |
ovince |
Posted - 05/08/2006 : 7:06:49 PM 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 |
1 L A T E S T R E P L I E S (Newest First) |
cpyang |
Posted - 05/11/2006 : 7:30:26 PM 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
|
|
|