Risposto
R2020b bug? The report generator worked fine until updated to R2020.
Hi John, If you are specifying the Color format in the DOM Table's Style property, that is making the rowsep/colsep to be of ...

oltre 3 anni fa | 0

Risposto
how to create many tables report?
You can customize the border for any table row or any specific entry in the table. For example, below code specifies a custom b...

oltre 3 anni fa | 1

Risposto
Change the properties of the matlab report generation
You can use mlreportgen.dom.LineSpacing format to programmatically define spacing between the lines of a paragraph in a DOM repo...

oltre 3 anni fa | 0

Risposto
How to provide user defined path for report generated
If you are using the DOM API or Report API to generate reports, you can specify the path of the generated report using OutputPat...

oltre 3 anni fa | 0

Risposto
How to Join Tables in report generator?
Hi John, You can combine the cell array content and then create the DOM Table: import mlreportgen.dom.* tablecontent1 = {...

oltre 3 anni fa | 0

| accettato

Risposto
Error in Report Generator
Hi Jana, From your Document creation command, it looks like you are trying to generate a PDF report using a DOCX template, wh...

oltre 3 anni fa | 1

Risposto
How to start Header from a later page?
Hi John, For a PDF Page layout, you can define upto 3 types of page headers: one for first page, one for even pages, and one ...

oltre 3 anni fa | 0

| accettato

Risposto
How to print a figure in a dotx template using report generator
Hi Kenneth, Report Generator provides 2 set of objects: DOM API objects and Report API objects. To know more about them, see ...

oltre 3 anni fa | 0

| accettato

Risposto
Can individual ColSep('solid') & RowSep('solid') be defined in mlreportgen.dom.(Formal)Table?
Hi John, Yes, borders can be defined for each table entry individually. This can be done by adding the Border format to that ...

oltre 3 anni fa | 0

| accettato

Risposto
Matlab Report generator help
Hi Caleb, To add more information to the title page, you will have to customize the TitlePage reporter class. Use mlreportgen...

oltre 3 anni fa | 0

Risposto
Can I use Japanese in PPT file with the Report Generator?
Hi Yoshio, Yes, you should be able to add Japanese characters in a presentation. In the below example, I added both english ...

quasi 4 anni fa | 0

Risposto
Reportgenerator Template/Styles Matlab 2018b
Hi Martin, It looks like you are using the Report API to create report, but using the Report Explorer application to create t...

quasi 4 anni fa | 0

| accettato

Risposto
Matlab Report Generator: Internal Link in PPT presentation
Hi Andrea, Thank you for your interest in this PPT API feature. This is something the development team is aware of and is con...

quasi 4 anni fa | 0

Risposto
Remove line present under column names in table
Hi Sampath, To customize the horizontal rule in the table header, use the HeaderRule property of the DOM MATLABTable class. Thi...

quasi 4 anni fa | 0

| accettato

Risposto
How can I create a List of Figures in a pdf report created with Report Generator?
Hi Alessio, Considering the exact use case you mentioned, the team plans to add new APIs in R2020b, that will automatically cre...

quasi 4 anni fa | 0

Risposto
Add header to the splited tables and omit the "" signs
1) I see that you are converting table numeric data into string using below line of code: new_T = varfun(@(x) num2str(x, ['%' s...

quasi 4 anni fa | 0

Risposto
How to scale titlepage image?
Hi John, Considering you are using Report API, you can specify the TitlePage object's Image property as a DOM Image object inst...

quasi 4 anni fa | 0

| accettato

Risposto
ModelVariableFinder in R2018b?
Model variable reporter and finder classes were introduced in R2019b. Please refer to the Simulink Report Generator release not...

quasi 4 anni fa | 0

Risposto
makeDOMCompilable() DOES NOT resolve compiling application with report generator
Hi Farzad, I see that you are using Report Generator PPT API to generate PowerPoint presentations. To compile a PPT API prog...

quasi 4 anni fa | 2

| accettato

Risposto
new line in report paragraph
Hi Oliver, Set the WhiteSpace property of the Paragraph object to preserve any white spaces and line breaks in the content. F...

quasi 4 anni fa | 1

| accettato

Risposto
Error saving PDF containing two images
Hi Lluis, The error occurs at line: img2 = Image(BW); Error occurs because mlreportgen.dom.Image does not accept binary ...

quasi 4 anni fa | 0

| accettato

Risposto
How can I insert a code that is in the MATLAB function block of my model in a report?
Another solution is to first get the Stateflow chart object and then obtain the script code as below: >> chart = slreportgen.ut...

circa 4 anni fa | 1

Risposto
How to include Report Generator in Standalone Applications?
Make sure to use makeDOMCompilable(); See this: https://www.mathworks.com/help/rptgen/ug/compile-a-report-program.html

circa 4 anni fa | 1

| accettato

Risposto
What is the difference between the Report and the Document objects?
See the Reporters and DOM Objects section in: https://www.mathworks.com/help/rptgen/ug/what-is-a-reporter.html

circa 4 anni fa | 0

Risposto
Change font of mlreportgen.report.TableOfContents
Hi Christian, I am guessing you are using mlreportgen.report.TableOfContents reporter to create this TOC and you have customi...

circa 4 anni fa | 1

| accettato

Risposto
How do I set text to left or right side in tables generated in report generator?
Hi Per, As you want content of some columns to be aligned to the left and content of some columns to be aligned to the right, y...

oltre 4 anni fa | 1

| accettato

Risposto
How to not include an element in the Table of Content?
Hi Jack, As mentioned in the answer of the linked question, the TOCObj property of TableOfContents reporter was added in R201...

oltre 4 anni fa | 0

| accettato

Risposto
Make every column of Table the same size
Use mlreportgen.dom.ResizeToFitContents format, see https://www.mathworks.com/help/rptgen/ug/mlreportgen.dom.resizetofitcontents...

oltre 4 anni fa | 0

| accettato

Risposto
Report generator only showing names of the objects instead of their content
Answered here: https://www.mathworks.com/matlabcentral/answers/473437-report-only-showing-names-of-the-objects-instead-of-their-...

oltre 4 anni fa | 0

Risposto
Make first row of Formal Table bold
Hi Jack, I think you want the header row of the FormalTable to be bold. Below example demostrates how to style the header fir...

oltre 4 anni fa | 0

| accettato

Carica altro