MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES User's Guide Page 673

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 672
1 2 ... 668 669 670 671 672 673 674 675 676 677 678 ... 985 986

Comments to this Manuals

No comments