How can I place an external link inside a table entry using MATLAB report generator?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Report Generator Task Examples dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!