Respondida
Report only showing names of the objects instead of their content
You can not add Report API objects like TitlePage to a DOM Document. Use mlreportgen.report.Report instead of the DOM Document. ...

más de 4 años hace | 0

| aceptada

Respondida
Make first column of table bold
Hi Jack, You can use the ColSpecGroups property of the FormalTable to format one or more columns in the table. Use the Bold for...

más de 4 años hace | 0

| aceptada

Respondida
How to center Image
Hi Jack, I am not sure about the error, but in your code you are overriding the Style property value of the Image. So the Heigh...

casi 5 años hace | 0

| aceptada

Respondida
How to add sections to PowerPoint with MATLAB Report Generator
Hi Ruixin, Currently, the MATLAB Report Generator's PPT API does not support creating sections programmatically. The team plan...

casi 5 años hace | 2

| aceptada

Respondida
how to close open pdf file generated by report generator before running code for another subject again.
Hi Sonia, Starting R2018b, you can use close or closeAll methods of mlreportgen.utils.rptviewer class to close the open PDF r...

casi 5 años hace | 0

Respondida
How do I insert *.png figures directly into a Report Generator word document?
Hi Richard, Your first attempt, i.e., using the mlreportgen.dom.Image class, was the right way to add an image to the report....

casi 5 años hace | 1

| aceptada

Respondida
Adjust distance between snapshot and caption (report generator)
Hi Martin, You can customize the Figure reporter's template to adjust the distance between the generated figure and caption by ...

casi 5 años hace | 0

| aceptada

Respondida
Format table for mlreportgen.ppt
Hi Tristany, Currently, the programmatic table formating options are limited for the PowerPoint API and the team is working t...

casi 5 años hace | 0

Respondida
Appending HTML to document object adds additional unwanted tags.
Hi Aidan, If you want to add HTML content in a HTML report, and do not want additonal tags to be created, you can use the DOM m...

casi 5 años hace | 0

| aceptada

Respondida
How can I insert a variable in a paragraph using Report Generator?
You can report on a variable using mlreportgen.report.MATLABVariable reporter class.

casi 5 años hace | 0

Respondida
How to centre align a table with width>100%?
If the |Width| of a |Table| is defined in percentage, it denotes the percentage of the page width it should take to render that ...

más de 5 años hace | 0

Respondida
How do I align this table to the centre?
You can use the |HAlign| property of the |Table|. See <https://www.mathworks.com/help/rptgen/ug/mlreportgen.dom.table-class.h...

más de 5 años hace | 0

Respondida
MATLAB telling me I need product licenses for things I'm not using?
An |Image| can not be directly appended to a |TableRow|. I would suggest to create a |TableEntry| with the |Image|, and then ap...

más de 5 años hace | 2

| aceptada

Respondida
how to make a custom horizontal alignment in mlreportgen.dom.*?
Hi Aju, The team has a planned enhancement to support multi-column page layout and will be available in future releases. As a...

más de 5 años hace | 0

Respondida
How to insert an image to table entry in this situation in Report Generator ?
Hi Tong, For the case where you are updating the |Content| property to change the text in a table entry, that particular chil...

más de 5 años hace | 0

| aceptada

Respondida
How to change the position of table in Report Generator?
Hi Tong, The default layout of the page defines the size for the page margins (top, bottom, left, right) to be "1in" each and...

casi 6 años hace | 1

| aceptada

Respondida
How to create a PDF report with for-loop in Reporter Generator?
Below is a sample code to create a new landscape chapter for every image and add them to the report: import mlreportgen.rep...

casi 6 años hace | 0

| aceptada

Respondida
How to change fontsize in the report generator explorer?
Hi Baptiste, In Report Explorer, are you using the new pipeline to generate reports, i.e., reports whose output type is templ...

casi 6 años hace | 0

| aceptada

Respondida
How to I save the report generated in the current folder ?
See the setup file which specifies the file name for the generated report and the directory where it is saved. Alternatively,...

casi 6 años hace | 0

| aceptada

Respondida
Multiple reports using Report Generator code
Similar to: <https://www.mathworks.com/matlabcentral/answers/385718-programmatically-generating-report-generator> Make sure t...

casi 6 años hace | 0

Respondida
Programmatically generating Report Generator
Hi, From the code it seems that the output report name is always kept the same. So if you generate multiple reports in a loop...

casi 6 años hace | 0

Respondida
How can I run a report generator file from the command window?
From the command window, you can use the |report| command to generate report from a setup file ( |.rpt|) file. See <https://www....

alrededor de 6 años hace | 0

Respondida
Report Generator: Error when defining table column width in percent (fo:table-cell)
I am not able to reproduce this issue, but the possible reason can be that in R2017a, the default table layout for PDF output wa...

más de 6 años hace | 0

Respondida
Report Generator: How to change horizontal text alignment for individual columns of the same table?
The |Style| property of |TableCopSpec| can be used to apply any format to one or more adjacent table columns. The below script w...

más de 6 años hace | 0

| aceptada

Respondida
Having trouble with fonts and centering a plot using Report Generator
For |Direct PDF (from template)| output type, the issue regarding the alignment of the plots, created using the Report Explorer'...

alrededor de 7 años hace | 0