I'm working on a document with hundreds of figures, that are generated from matlab. From time to time, I have to change among the hundreds of .m files to generate the corresponding matlab figure and therefore makes quite cumbersome the whole work.
I'm interested in a solution something like below, so that when I click any figure (or link) in generated .pdf (or in .tex) file the corresponding matlab .m file will open in Matlab.
Thanks
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{run:d:/my folder/matlab.m}{This is my link}
\end{document}
Figure Amust 'know' that it has been generated withmatlabA.mandFigure Bis frommatlabB.m– Feb 27 '17 at 08:14attachfile2package provides is an alternative? – Feb 27 '17 at 08:58