Prev: Probability
Next: MATLAB postive integer error message?
From: Matthew on 7 May 2010 14:19 Hello, I'm trying to read unformatted bytes from a serial port. All matlab examples I can find are for reading formatted text. Does anyone have any idea how to do this? Thanks
From: Walter Roberson on 7 May 2010 16:34 Matthew wrote: > I'm trying to read unformatted bytes from a serial port. All matlab > examples I can find are for reading formatted text. Does anyone have any > idea how to do this? fread(s, '*uint8')
|
Pages: 1 Prev: Probability Next: MATLAB postive integer error message? |