I expected the following code to work:
import mlreportgen.dom.*L = ExternalLink('file://myFile.pdf','myText');TE = TableEntry(L);
but i get the error:
No constructor 'mlreportgen.dom.TableEntry' with matching signature found.
MATLAB Report Generator
import mlreportgen.dom.*L = ExternalLink('file://myFile.pdf','myText');TE = TableEntry(L);
No constructor 'mlreportgen.dom.TableEntry' with matching signature found.
Best Answer