openMatlabFileFromHTML enables to put in HTML an hypertextual link to a specific MATLAB file
Sometimes it is necessary to write HTML pages which contain link to MATLAB scripts or functions which have to be opened on user clik. This function enables to open the MATLAB script or function. For example, if when writing an HTML page, the user wants to add a link to MATLAB file named examples_categorical, the code to incorporate inside the HTML file is: <a href="matlab:linkToMatlabFileFromHTML('examples_categorical.m',1)">examples_categorical.m</a>
openMatlabFileFromHTML(
openMatlabFileFromHTML with all default options.MatlabFileName
)
openMatlabFileFromHTML(
openMatlabFileFromHTML in the command window.MatlabFileName
,
LineToOpen
)