livescript manual and programmatical export are not the same
1 次查看(过去 30 天)
显示 更早的评论
Hello I am trying to export my livescript into html files. my file includes figures, and tables. I tried the export functions with the following arguments:
export(mlxloc,filename1,Format="html",OpenExportedFile=true,HideCode=true)
however the output html file is not the same to the manual html export ( using the GUI interface, export to html).
the html output file of the export functions is abstracting the information. for example the tables should be 20 row, but the function only print the first 14.

using the GUI export, the table appears in full. I am not sure if I should pass more arguments to the export function.
I would appreciate any help.
0 个评论
回答(1 个)
Sourabh
2023-4-17
Greetings Mohamed,
As far as I am aware, there is currently no option to specify the number of rows of the table to be exported when using the export function.
A possible workaround to this issue is using the publish function to export the livescript as an HTML. However, please note that using this function does not include any formatted texts.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Text Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!