livescript manual and programmatical export are not the same

1 visualización (últimos 30 días)
Mohamed Mousa
Mohamed Mousa el 4 de Abr. de 2023
Respondida: Sourabh el 17 de Abr. de 2023
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.

Respuestas (1)

Sourabh
Sourabh el 17 de Abr. de 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.

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by