Where are files located when saving a live script as html?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Heather Lai
am 4 Nov. 2020
Beantwortet: Ameer Hamza
am 4 Nov. 2020
After making an html of my livescript, I want to upload it, to make it available to others, but I cannot find where the image files are stored during the save so that I can include them with the HTML code.
0 Kommentare
Akzeptierte Antwort
Ameer Hamza
am 4 Nov. 2020
It stores the image data inside the html document as base64 encoded string. You don't need seperate image files. Html will automatically create the images.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Import, Export, and Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!