I need to calculate input with such form +/- XX.XXX that is 6 consider integers and a decimal point is fixed in it.
Example: When I key in +12.137 and output will show exactly same.
My project used a FTDI chip, PIC18LF14K50 to communicate with PC. I had successfully access the communication between PC with my board. But my project task needed to display the results in MATLAB. Any ...