amritzoad 2022/07/04 01:06

I would like to use the valuesFIFO command and store all the resulting values in a matrix with the help of MATLAB.

Can anyone suggest how this can be done?

Currently the code:
out = writeline(device, "valuesFIFO" ) OR
out = writeline(device, "valuesFIFO" + "freqIndex" )

yields the following error message:

Error using internal/Serialport/writeline
Too many output arguments.