提问


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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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,...

4 years 前 | 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...

4 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答

已回答
'AutoResizeChildren' App designer warning
How to remove the SizeChangedFcn?

5 years 前 | 0

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答

提问


How to enable cuda10 or remove cuda9?
Both CUDA9 and CUDA10 are installed in the PC. matlab sees only CUDA9 while it says not compatible with VS2019. How to enable m...

5 years 前 | 0 个回答 | 0

0

个回答

提问


dicominfo doesn't contain the field: 'Directory Record Sequence'.
[0004,1220] should be the dicom field: DirectoryRecordSequence. However, the di=dicominfo(DICOMFILE) doesn't contain this field....

5 years 前 | 0 个回答 | 0

0

个回答

提问


Can Mathworks generate Matlab Updator?
Right now, we have to install every new version, for example presently from 2019a to 2019b. We have been suffering this for deca...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Can Mathworks resolve this "Termination" bug?
The new version of Matlab (R2019a) has a horrible and costly bug! After a long run, when trying to read the earlier printout by ...

5 years 前 | 0 个回答 | 0

0

个回答