MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Instrukcja Użytkownika Strona 463

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 500
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 462
1 2 ... 458 459 460 461 462 463 464 465 466 467 468 ... 499 500

Komentarze do niniejszej Instrukcji

Brak uwag