hi all,
I have this minor problem which is making me go cranky at the mo..
Do other problems make you a little Larry, and others Curly? :icon_rolleyes:Below is the code which I am working on which takes the test sample values stored in my test 2D array subtracts the centroids stored in centroid 2D array and stores it in temp1 1D array where temp1 goes from 1 to 4. The values in temp1 array are now squared, summed up and storee inside temp1 array again and does this for 2308 times (CLEN). I want to know how I can increment my h index without using another for loop. Where do I initialize it. Before the i for loop or before j for loop?? Please help!!!
Depends on what you are trying to accomplish. Since you calculate values and put themall in temp[h] , it's' difficult to know what you are doing. Maybe an example of the first 12 or 16 temp values (with description) would make your intentions clear.