It seems like there is an issue with the latest release of the Moku Matlab API 3.3.2. I also updated the Moku CLI to the latest version 2.3.0. When trying to use the Datalogger instrument, I get the following message:
Error using check_mokucli_version (line 48)
Cannot find mokucli 2.2.1 on system PATH or MOKU_CLI_PATH
download the latest version of CLI from
Utilities - Liquid Instruments
However, when I downgrade to the Moku CLI 2.2.1, the error message is different. In this case the command
data = m.get_stream_data();
results in an empty array, while before updating to the latest Matlab API it was an array that had data.time, data.ch1, and data.ch2.
Note that I am able to successfully use the Oscilloscope instrument of the Matlab API. My guess is because it is not using the Moku CLI.