MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE User Manual Page 463

  • Download
  • Add to my manuals
  • Print
  • Page
    / 500
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 462
Synchronized Data Presentations in a Programmatic UI
14-19
% Obtain the data for that column
ydata = htable.Data;
haxes.NextPlot = 'Add';
% Draw the line plot for column
plot(haxes, ydata(:,column),...
'DisplayName', colname,...
'Color', colors{column});
else % Adding a line to the plot
% Find the lineseries object and delete it
delete(findobj(haxes, 'DisplayName', colname))
end
end
Page view 462
1 2 ... 458 459 460 461 462 463 464 465 466 467 468 ... 499 500

Comments to this Manuals

No comments