User`s guide
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