Save with Image Map Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: makemap.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Matthew Simoneau (View more)

Save with Image Map script description:




Publisher review:
Save with Image Map saves a figure out as a PNG-file and creates a corresponding HTML-file with an image map. MAKEMAP Creates a clickable imagemap.MAKEMAP(FIG,FILENAME) creates two files FILENAME.html and FILENAME.png which are clickable imagemaps of the figure FIG. FIG defaults to gcf and FILENAME defaults to "map".Empty text objects mark the hotspots on the imagemap. Set their 'tag' to be 'click' and their UserData to a structure with two fields, "url" and "description". These fields specify the target of the click and the "alt" text of the link respectively. Newer browsers render the "alt" text as a tooltip.Example:% Create some random data.x = rand(10,1);y = rand(10,1);plot(x,y,'.');% Create the text labels to use as markers for where to put the hot zones.for i = 1:length(x)ud.url = 'http://www.softpedia.com/';ud.description = sprintf('point #%.0f%s%2.2f,%2.2f',i,char(10),x(i),y(i));text(x(i),y(i),'','tag','click','UserData',ud)end% Create the file.makemap(gcf,'map');% Open the page.web(['file:///' which('map.html')],'-browser') Requirements: ยท MATLAB Release: R13
Save with Image Map is a Matlab script for Development Tools scripts design by Matthew Simoneau. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5