livescript manual and programmatical export are not the same

1 view (last 30 days)
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.

Answers (1)

Sourabh
Sourabh on 17 Apr 2023
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.

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!