Hello, I'm finally back at it. I've decided to go the "choose file" button route.
I've written a program that models the motion of a model rocket using a C5-3 rocket motor that I have collected thrust data for at 1/1000th of a second increments. That data is in the attached csv file.
Eventually I will write a program that models the motion with air resistance taken into account, but to keep things simple while I figure out how to include code that grabs csv data, I have written a very simplistic VPython program that I can play with. That program is here:
(John, I looked your example, and it looks good. Thank you very much. But I can't figure out which lines are the ones I need and where to insert them. Yes, I'm that much of a beginner.)
Can you help me to add code that will allow the user to choose the csv file and use the data in the program?
Pat