exporting to pdf from live script does not include control elements
Show older comments
hello everyone,
i wanted to make use of the live script and the export function, to export the plots i made as well as the used values into a pdf. so far that is working, but sadly control elements like the slider for example arent shown then.
wordfile = export("LiveScript_FF_Sim_20230421_structs.mlx",...
compose(dir + string(printtime) + 'FF_SIM.pdf'), ...
HideCode=true,PageSize="A4",OpenExportedFile=true);
i cant get my head around what i did wrong there. i do hide the code, cause its already some pages long without it.
something else i noticed, even tho i have "hidecode = true", i have to hide the code everytime in the live editor, let it run and scroll thru the plots, if i had it with code displayed, otherwise the plots are so tiny, as they are in the live editor, when there is just a bit of space left. i thought thats why i used hidecode in the first place.
is there a possibility to display the controle elements as well, with the variable names and assigned values ?
sincerely
André
Accepted Answer
More Answers (0)
Categories
Find more on Scripts in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!