MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 673

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 672
mlreportgen.dom.ImageArea class
12-179
x = 0:pi/100:2*pi;
y = sin(x);
plot(x,y);
annotation('textbox', [0.2,0.4,0.1,0.1],...
'String', 'Help on plot function');
saveas(gcf,'plot_img.png');
plot1 = Image('plot_img.png');
append(d,plot1);
area1 = ImageArea(...
['http://www.mathworks.com/help/matlab/ref/' ...
'plot.html?searchHighlight=plot'], ...
'plot function help', 240,450,463,492);
map = ImageMap();
plot1.Map = map;
append(map,area1);
close(d);
rptview(d.OutputPath);
“Create and Format Images”
See Also
mlreportgen.dom.Image | mlreportgen.dom.ImageMap |
mlreportgen.dom.LinkTarget
Vedere la pagina 672
1 2 ... 668 669 670 671 672 673 674 675 676 677 678 ... 985 986

Commenti su questo manuale

Nessun commento