MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Manuale Utente Pagina 463

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 500
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 462
1 2 ... 458 459 460 461 462 463 464 465 466 467 468 ... 499 500

Commenti su questo manuale

Nessun commento