
John
Statistics
RANK
15,723
of 276,005
REPUTATION
2
CONTRIBUTIONS
43 Questions
5 Answers
ANSWER ACCEPTANCE
41.86%
VOTES RECEIVED
1
RANK
of 18,587
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125,773
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
improfile "Error using interp2 Too many input arguments."
when copying the example of the matlab, the line was drawn. But no matter how to finishe the line, shift+click, righ-click, or d...
1 month ago | 0 answers | 0
0
answersQuestion
The Matlab editor has thin line-space on Mac version, see attached. How to make it as the Windows version?
On Windows: On Mac:
2 months ago | 1 answer | 0
1
answerQuestion
How to input 3D image into "randomPatchExtractionDatastore"?
The 3D image is in (x,y,z) format with a name "image3d" in a "the3dimage.mat" file. The image file names are correct in the data...
4 months ago | 1 answer | 0
1
answerQuestion
For 3D randomPatchExtractionDatastore, does the PatchesPerImage include the 3rd dimension?
For 3D randomPatchExtractionDatastore, does the PatchesPerImage include the 3rd dimension? Say, by setting PatchesPerImage=8, w...
4 months ago | 1 answer | 0
1
answerWhat velue to use for "smooth3(A, 'gaussian', v)?
Hi, Adam: That's almost not noticeable by eye on images with 0.2% of difference. With: A = randn(20,20,20); B1 = smooth3(A,...
6 months ago | 0
Question
What velue to use for "smooth3(A, 'gaussian', v)?
When using "smooth3(A, 'gaussian', v), unlike the 'box' method, the value v doesn't seem to take affect. Without v, or 5, or 99 ...
6 months ago | 1 answer | 0
1
answerQuestion
How to remove the Matlab Drive from a Mac?
The university does not allow the outside connection any more, and the Matlab Drive popup the error window every second which ma...
1 year ago | 1 answer | 0
1
answerQuestion
How to simply record a string of sound from the computer microphone?
There is an example of continuous fft, but what I want is simply record a string of sound wave from the microphone for future an...
1 year ago | 2 answers | 0
2
answersQuestion
Matlab has an example for "Unsupervised Image Denoising". Is there an example for "Supervised Image Denoising"?
To train a matching pairs of images for defferent applications, such as denoising, etc.
1 year ago | 1 answer | 0
1
answerHow is this cyclegan generator layers ordered?
Thank you Sahil Jain! Also, the filter size in the script is fixed to [4,4], changing it will cause error and it made me comple...
1 year ago | 0
Question
How to change image size to, say 128?
In "openExample('nnet/TrainGenerativeAdversarialNetworkGANExample')", the image size is set to 64. When changed all "found" plac...
1 year ago | 1 answer | 0
1
answerQuestion
How is this cyclegan generator layers ordered?
A cyclegan example (https://www.mathworks.com/matlabcentral/fileexchange/76986-image-domain-conversion-using-cyclegan?s_tid=srch...
1 year ago | 2 answers | 0
2
answersQuestion
How to add an element to cell?
There is an existing cell like: the_cell={'January','March','April'} the_cell = 1×3 cell array {'January'} {'Marc...
2 years ago | 1 answer | 0
1
answerQuestion
How to convert image .mat back to the mlreportgen.dom.Image object?
In report generator, an Image object can be inserted in the report in this way: mlreportgen.dom.* rpt = Document('my_report','...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 0 answers | 0
0
answersQuestion
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)...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
How to Join Tables in report generator?
If the code goes like this: import mlreportgen.dom.* tablecontent1 = { ... }; table1 = Table(tablecontent1); ... tableconte...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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? ...
2 years ago | 1 answer | 0
1
answerQuestion
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?
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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!
2 years ago | 1 answer | 0
1
answerHow 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 ...
2 years ago | 0
Question
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 2 answers | 1