From: Brian Rajala on
Hello,

I would like to have the ability to execute a matlab script that creates a figure by only clicking on a link on a web page.

I currently can open up a matlab figure by clicking on a link.
<a href "\home\\...\test.fig">open matlab figure</a>

Does anyone know how to execute a script that will create a figure using a web page link?

Thanks