Search:

Type: Posts; User: CheyenneWay

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    37
    Views
    5,057

    so 7 years later I run across this and...

    so 7 years later I run across this and wonder...Why not SQL or just use a built in macro.

    SELECT *
    FROM tblData
    Stdev(PatientOne)


    Ya know, I got this to work with everyones help back...
  2. Replies
    7
    Views
    2,080

    Yes I am inquiring about a graph algorithm. Thank...

    Yes I am inquiring about a graph algorithm. Thank you for the suggestion ggs, I will definitley look into that book.
  3. Replies
    7
    Views
    2,080

    Nearest Neighbor

    Hello all,

    Just a quick question. Would anyone know where I might could find a tutorial on Nearest Neighbor with C++? I've searched extensively over the internet for the past month and a half...
  4. Replies
    37
    Views
    5,057

    thanks salem for you advice. I would also like...

    thanks salem for you advice. I would also like to thank prelude and elad again for their help. Im just starting out in this programming bizz and im starting to like the problem solving. I just...
  5. Replies
    37
    Views
    5,057

    I hate to beat a dead horse but ... ;) is there...

    I hate to beat a dead horse but ... ;) is there anyway to extend that line limit?
  6. Replies
    37
    Views
    5,057

    HOLY! OMFG! WTH! I dont know why but when i run...

    HOLY! OMFG! WTH! I dont know why but when i run it and grab onto the scroll bar and go up I can see my elusive first mean of 3.7987. but when i let go and let the program complete its cycle It wont...
  7. Replies
    37
    Views
    5,057

    when you run the program does it output 2000...

    when you run the program does it output 2000 lines. I am at another computer and I am getting the same output error. The first mean should be 3.7947(its close) instead of 1.87068. I see the...
  8. Replies
    37
    Views
    5,057

    great idea elad. Only thing is the books I...

    great idea elad. Only thing is the books I learned from only deal with sequential access files. It says in my textbooks that random and binary are beyond the scope of the books unfortunately. Im...
  9. Replies
    37
    Views
    5,057

    i was beginning to think that. so you do get all...

    i was beginning to think that. so you do get all 2000 rows? thank you so much for you help prelude
  10. Replies
    37
    Views
    5,057

    thank you prelude. When I desk check the...

    thank you prelude. When I desk check the calculations though I have found that both our codes are skipping rows for some reason. The final output is giving the results for only 299 rows. These...
  11. Replies
    37
    Views
    5,057

    Well the code actually works but its starting...

    Well the code actually works but its starting halfway down the list and i need it to start at the beginning. any ideas. maybe im saving it wrong but all i did was copy all the cells i needed and...
  12. Replies
    37
    Views
    5,057

    oh btw prelude when i tried your code i got...

    oh btw prelude when i tried your code i got errors and im such a noob i tried fixing them on my compiler but i just didnt see how. I hope this thread isnt breaking any forum rules
  13. Replies
    37
    Views
    5,057

    okay this is what ive done today and it...

    okay this is what ive done today and it calculates the mean for the first row in the healthy.txt attachment i added earliear. I need it to do the rest of the 1999 rows as well...


    ...
  14. Replies
    37
    Views
    5,057

    im going to take a break and try it out after my...

    im going to take a break and try it out after my snack attack. but it seems your code will get the first row of 10 foating point numbers. Then my program needs to do that for the next 1999 rows...
  15. Replies
    37
    Views
    5,057

    well i got it to spit out 2000 rows but whats...

    well i got it to spit out 2000 rows but whats wierd is the calculations are all wrong for every row now. hmmmm maybe some pringles and soda pop will help illeviate this problem
  16. Replies
    37
    Views
    5,057

    hate to bother

    hate to bug you prelude but you seem to understand what im trying to do. now im not asking you to do this for me but you've been great at explaining this to me today. so anyhoo. when i first ran...
  17. Replies
    37
    Views
    5,057

    then eof it right

    then eof it right
  18. Replies
    37
    Views
    5,057

    so i should just take out the for loop? maybe?

    so i should just take out the for loop? maybe?
  19. Replies
    37
    Views
    5,057

    only calcs the first line

    it actually works but it only calculates the first line. how can i make it read the 1st line in "healthy.txt" then display the mean and go to the 2nd line etc... and display each mean for the 2000...
  20. Replies
    37
    Views
    5,057

    thank you very much prelude. im working on...

    thank you very much prelude. im working on understand microarray technology and I am in the super noob stage of analysing the thousands and thousands of amounts of data bioinformatics produces.
    ...
  21. Replies
    37
    Views
    5,057

    forgive me if im posting too much but it seems to...

    forgive me if im posting too much but it seems to help to speak it out and if im doing something wrong you guys and gals could show me right?

    so i open the file. read the first row and...
  22. Replies
    37
    Views
    5,057

    i guess its just new to me but what i have to do...

    i guess its just new to me but what i have to do is take the numbers in the attachment and get the mean from the first row, store it in a new file then move to the second row. should i close the...
  23. Replies
    37
    Views
    5,057

    actually im reading it from left to right like...

    actually im reading it from left to right like you stated
  24. Replies
    37
    Views
    5,057

    okay forget the excel

    alright this is what ive done. Ive taken the excel data which is nothing more than 2000 rows of float numbers that span across 10 columns and saved it as a .txt file. Now im not sure if it can be...
  25. Replies
    37
    Views
    5,057

    Reading Excel Row Cells A through J

    Hello again all. I would like to know how I can read from an excel cell then move over to the next column and get that data. Is it possible? below is the code i have and where im stuck.


    ...
Results 1 to 25 of 35
Page 1 of 2 1 2