질문


How to keep a table in one page and not to be separated in to 2 pages?
The table has the right size (less than the page width, and less than 1/3 of page height). When the remaining page is not enou...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


How to keep the entire table together?
Before updating to R2020b, the table can be kept together (if the space below isn't enough, the table is generated in next page)...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to disable the TAB to get into an EditField box (R2020b)?
By typing the TAB key, the app-designer can move the cursor into another EditField box, to input/edit the content. Some Edit Fi...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


R2020b bug? The report generator worked fine until updated to R2020.
The table cell's rowsep and border color used to be black, with red or other color text. After updated to R2020b, the rowsep a...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Why is the matlab app menu order changed in running window?
The design view showed it in right order (designed in that order too). But when runs, the order changed, see below. How to corre...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to set up report margin correctly?
The report page layout is coded this way: import mlreportgen.dom.* rpt = Document('myReport','pdf'); open(rpt); p = PDFPag...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to Join Tables in report generator?
If the code goes like this: import mlreportgen.dom.* tablecontent1 = { ... }; table1 = Table(tablecontent1); ... tableconte...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to start Header from a later page?
Using mlreportgen.dom.PDFPageHeader to generate the header, works fine. However, the first two pages are different and don't ne...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to avoid a Table (in report generator) to be split into 2 pages?
How can let the import mlreportgen.report.*, or import mlreportgen.dom.* to "print" a table on a single page without splitting? ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can make the word in Table not-split?
In above table, the word is split. How can keep the words "right" and "left" (and any word) not split?

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


The margin changed on second page
Using the import mlreportgen.dom.* the report is OK with rpt.CurrentPageLayout.PageMargins. However, the margin changed by itsel...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to access the data/values from mlreportgen.dom.Table?
I cannot figure out the way to get/access the data/values from a mlreportgen.dom.Table. Thank you for your help!

4년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to keep a Table together?
Can matlab calculate and compare the vertical length of a table? If the table is longer than the rest of the paper, add a page ...

4년 초과 전 | 0

질문


How to keep a Table together?
How to keep the Table (mlreportgen.dom.Table) together on same page? Knowing the Table is not longer than one page. If the rest...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Can individual ColSep('solid') & RowSep('solid') be defined in mlreportgen.dom.(Formal)Table?
From Matlab examples on mlreportgen.dom.Table and mlreportgen.dom.FormalTable, the border of cells are overall defined: tableSt...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to insert tab \t in text?
import mlreportgen.dom.* rpt = Document('Report_Pages','pdf'); open(rpt); text = '\n This is a line \t\t with a space.'; tit...

4년 초과 전 | 답변 수: 2 | 1

2

답변

질문


How to scale titlepage image?
report generator, titlepage, how to scale the image or resize the displayed image? It's wired that it needs the path instead of...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


rptgen.cfr_line_break
https://www.mathworks.com/help/rptgen/ug/linebreak.html showed rptgen.cfr_line_break to add line break in report. How to do it...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


App Designer How to "StartUp" within the App?
(1) How to "Restart" the App with something like clicking on a "Quit" Menu item instead of completely Exit the App and re RUN it...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Can a "mouse right click" callback function be added to "edit field" box (in app design)?
The "ValueChangedFunc" callback can be added to the "EditField" box (in app design). What other callback functions can be added...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


How to combine 2 structures into 1?
>> a = struct('a1',1,'a2',2,'a3',3) a = struct with fields: a1: 1 a2: 2 a3: 3 >> b=struct('b1',11,'b2',12,...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


What's the callback function for "selecting" a TAB?
Using App Designer with Tab-Group and Tabs. Now want to create and access to the call back function when the Tab is selected. Wi...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


When relocating item on a tab-panel, it appeared on another tab-panel!
When relocating an item on a tab-panel, it appeared on another tab-panel! How to avoid that? Now every item has to be typed in "...

대략 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
str2num results
Sometimes str2double gives error. Anyways, either way, How can we test if the input string is numeric? Like this: >> a='notnume...

대략 5년 전 | 0

질문


str2num results
Here is a test, please try it. I can't explain the reason. Thanks. >> a='sss' a = 'sss' >> b=str2num(a) b = [] >...

대략 5년 전 | 답변 수: 3 | 0

3

답변

답변 있음
'AutoResizeChildren' App designer warning
How to remove the SizeChangedFcn?

대략 5년 전 | 0

질문


No ToolBar in App Designer?
It seems it exist in GUI, no in App Designer? Am I right? Thanks.

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Convert .rpt to .m file?
Can the report file .rpt be converted to .m file as the .mlx?

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


What's meaning of dicom-dict.txt file 4th column "1-n"?
We'd like to add some tags in the matlab dicom-dict.txt file, which doesn't contain any (0019, tags for example. It seems quite...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


matconvnet cannot fing nvcc but it's shown in matlab
Here is the continours output: >> system('nvcc --version') nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVI...

대략 5년 전 | 답변 수: 0 | 0

0

답변

더 보기