Where are files located when saving a live script as html?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
Ameer Hamza
2020년 11월 4일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!