ok, well you could just build the variables. I did the xlsread so I could change the excel file and it not affect the program.
the way xlsread works is the file name, then which sheet of the file and then the area to take. the variable in front of the = sign is where it is stored. just make the variable...
theta = [(copy and paste e2:e46)] ...:: it should work or get you close to what you need.
Bicycle Bob: When you say iterate, do you have a specific way I should do that? There are so many combinations of throttle position that I couldn't possibly get it to work... its not bad when you are doing maybe the first section and then second section but when you get to the 9th section and you are trying literally thousands of throttle positions... could you come up with some logic that I could kinda push towards coding?
Ex: FOR loops
WHILE Loops
IF statements etc?
|