Where are files located when saving a live script as html?

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.

 Accepted Answer

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.

More Answers (0)

Categories

Products

Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!