Respondida
System Snapshot results in poor quality images when used with Report Forms
Hi Gerardo, Microsoft provided support for SVG in Office 2016, so make sure you are using Word 2016 or later version to open ...

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 1

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

casi 4 años hace | 0

| aceptada

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

casi 4 años hace | 1

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

casi 4 años hace | 0

| aceptada

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

casi 4 años hace | 0

| aceptada

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

casi 4 años hace | 0

| aceptada

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

casi 4 años hace | 0

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

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 0

| aceptada

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

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 0

| aceptada

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

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 0

| aceptada

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

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 2

| aceptada

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

alrededor de 4 años hace | 1

| aceptada

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

alrededor de 4 años hace | 0

| aceptada

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

más de 4 años hace | 1

Respondida
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

más de 4 años hace | 1

| aceptada

Respondida
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

más de 4 años hace | 0

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

más de 4 años hace | 1

| aceptada

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

casi 5 años hace | 1

| aceptada

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

casi 5 años hace | 0

| aceptada

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

casi 5 años hace | 0

| aceptada

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

alrededor de 5 años hace | 0

Cargar más