What if you want to read the second column from the two dimensional array given below. Two for loops – one nested inside will read it. Click on the following figure to get a clear view! What about writing it in c?? Here is the program. #include <stdio.h> int main() { int a[3][4]; //allocate space [...]
Archive for the ‘Labview’ Category
Labview – To read a column from two dimensional array
Posted in Labview on October 6, 2008 | Leave a Comment »
Constant Error, Variable Error, Absolute Error and Root Mean Square Error – Labview
Posted in Labview on June 19, 2008 | 1 Comment »
Imagine a target where archer A and archer B are trying their luck for a good shot. The following figure is the outcome. Now let us try to figure out who has done the best. Again it depends on what you want to see. The common error measurements are as follows: [...]
Save data with header – LabView
Posted in Labview on March 10, 2008 | Leave a Comment »