MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 673

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 672
1 2 ... 668 669 670 671 672 673 674 675 676 677 678 ... 985 986

Commentaires sur ces manuels

Pas de commentaire