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년 초과 전 | 답변 수: 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...
거의 8년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

