I have never tried the tlog to Matlab functionality in Mission Planner before and am not having initial success. Perhaps I am doing something wrong? From the Mission Planner telemetry logs window I create a Matlab file. I then open the file with Matlab (using 2013a) and see data structures for the various mavlink message types loaded in the workspace. However, when trying to open any of these data structures by double-clicking them in the workspace I just get:
openvar('Vcc mavlink_hwstatus_t', Vcc mavlink_hwstatus_t);
|
Error: Unexpected MATLAB expression.
I have tried a variety of syntax with openvar, but nothing has worked so far.
Is anyone familiar with this functionality? Can you explain how to use it?
Thx,
-Doug