Hi I'm new in matlab GUI
I am trying to create an axes plot the temperature which comes from LM35 through arduino uno to matlab
I used the following code to read the analog voltage, readVoltage(a,0)
I get a values about 0.28 - 0.30 but I don't know exactly what this values exactly means is it the the real temperature/100
or what? I know there is an ADC inside arduino converts the input voltage to another range (0-1023) when I use analogRead()
on the arduino side. Does it also work here or not? I confused about this thing when I should assume it is 0-1023 or directly get the reading.