MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Uživatelský manuál Strana 463

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 500
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 462
1 2 ... 458 459 460 461 462 463 464 465 466 467 468 ... 499 500

Komentáře k této Příručce

Žádné komentáře