Answered
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 ...

mer än 3 år ago | 0

Answered
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...

mer än 3 år ago | 1

Answered
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...

mer än 3 år ago | 0

Answered
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...

mer än 3 år ago | 0

Answered
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 = {...

mer än 3 år ago | 0

| accepted

Answered
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...

mer än 3 år ago | 1

Answered
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 ...

mer än 3 år ago | 0

| accepted

Answered
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 ...

mer än 3 år ago | 0

| accepted

Answered
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 ...

mer än 3 år ago | 0

| accepted

Answered
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...

mer än 3 år ago | 0

Answered
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 ...

mer än 3 år ago | 0

Answered
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...

mer än 3 år ago | 0

| accepted

Answered
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...

mer än 3 år ago | 0

Answered
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...

mer än 3 år ago | 0

| accepted

Answered
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...

nästan 4 år ago | 0

Answered
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...

nästan 4 år ago | 0

Answered
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...

nästan 4 år ago | 0

| accepted

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

nästan 4 år ago | 0

Answered
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...

nästan 4 år ago | 2

| accepted

Answered
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...

nästan 4 år ago | 1

| accepted

Answered
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 ...

nästan 4 år ago | 0

| accepted

Answered
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...

ungefär 4 år ago | 1

Answered
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

ungefär 4 år ago | 1

| accepted

Answered
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

ungefär 4 år ago | 0

Answered
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...

ungefär 4 år ago | 1

| accepted

Answered
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...

mer än 4 år ago | 1

| accepted

Answered
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...

mer än 4 år ago | 0

| accepted

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

mer än 4 år ago | 0

| accepted

Answered
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-...

mer än 4 år ago | 0

Answered
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...

mer än 4 år ago | 0

| accepted

Load more