MATLAB: Is it not possible to plot a structure field variable by dragging from Variable Editor into the Plot Browser in MATLAB 7.7 (R2008b)

MATLAB

If I have a structure like
s.a = (1:10);
in my workspace. Then I double click on "s" in Workspace browser to open the Variable Editor. I see "a" listed. Now I open the Plot Browser
plotbrowser
and drag a into it, but when releasing nothing happens; the line from 1 to 10 is not plotted.

Best Answer

The ability to to drag a structure field from the Variable Editor into the Plot Browser is not available in MATLAB.
To work around this issue, you can assign the structure field to a new variable, and then drag this new variable from the Workspace browser into the Plot Browser.