Feeds
提问
I am measuring voltage from a pot on my Arduino Uno. My time vector grows but all the index values of my voltage vector are the same as I vary the pot.
I need to store the individual voltage values as I vary the pot. I included the file, any help is appreciated.
7 years 前 | 1 个回答 | 0
1
个回答提问
My while loop is giving an error "Array indices must be positive integers or logical values." I'm trying to calculate the golden ratio within epsilon 0.001.
I am stuck in the initiation of my while loop. I attached the file and an image of the code. I've done everything I can think of...
7 years 前 | 1 个回答 | 0
1
个回答提问
Trying to calculate tax due based on varying reported taxable incomes. All input values return my if statement condition ($0).
t=input('Enter total income: '); % Calculate Tax due if (0<t<=6000) due= 0 elseif (6000<t<=34000) ...
8 years 前 | 1 个回答 | 0

