Hi! I'm trying to do a code/program with Labtalk that when I give X-values and two Y-values, it makes some calculations for Y-data and then plots the calculated data. But it doesn't plot anything. Here's part of part my code. Can someone tell me what's wrong with it? Also how can I calculate mean from just a portion of data? Like, if I have 500 points of data but I want to calculate mean just from the first 100 points and then subtract the mean from those 100 points...
Worksheet wks("data1");
Curve crv( wks, 10); Curve crv2(wks, 11);
GraphPage gpg = gly.GetPage(); gpg.SetShow();
Edited by - jamaklin on 01/08/2007 02:23:09 AM |