photo

John


Last seen: 3ヶ月 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

58 質問
8 回答

ランク
9,943
of 300,302

評判
4

コントリビューション
58 質問
8 回答

回答採用率
43.1%

獲得投票数
2

ランク
 of 20,911

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,040

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 4
  • First Answer
  • Explorer
  • First Review

バッジを表示

Feeds

表示方法

質問


imfindcircles doesn't work
The image looks normal with range from 0 to 4096: [x,y] = size(AA1); % output x and y both 512 Obviously radius range is [x...

4ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to place two .fig files together into one .fig file?
Just wonder something like this: figureList = {'figure1.fig','figure2.fig'}; subplot(1,2,1) plot(figureList{1}); subplot(1,2...

7ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to find the mask boundaries?
In a 3D image, a mask represents the 'tumor volume.' How can I easily find its pixel range: [Xmin, Xmax], [Ymin, Ymax], and [Z...

8ヶ月 前 | 1 件の回答 | 0

1

回答

回答済み
How to make a table for a struct that contains elements with more than one number?
Thank you! You truly are a MATLAB guru! I hope you can help again. When I apply it to my script, please forgive me, the code t...

8ヶ月 前 | 0

回答済み
MATLAB editor font suddenly changed
Found! I went to 'View' and hit the 'Reset Zoom'. I don't know but I might have hit the 'Zoom Out' short cut key?

8ヶ月 前 | 1

質問


MATLAB editor font suddenly changed
I was coding and accidentally pressed an unknown key. Now, the font in the editor, the Find window and font have become very sma...

8ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How to make a table for a struct that contains elements with more than one number?
A struct is defined and it adds values as going: X.a, X.b, X.c. etc.most of them is a single value, but a few are arrays with mu...

9ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to display the volume of a masked volume?
For a 3D image or a stack of 2D images stored in a matrix format (Nx, Ny, Nz), there is a corresponding mask image of the same s...

9ヶ月 前 | 3 件の回答 | 0

3

回答

質問


How to remove 'zeros 0' from histogram so it will not affect imhistmatchn?
Due to the mask, the histogram contains zeros, which is incorrect. How can I remove the zeros from the histogram, or how can I a...

9ヶ月 前 | 1 件の回答 | 0

1

回答

質問


tiledlayout doesn't behave as it should
Followed the example of https://www.mathworks.com/help/matlab/ref/tiledlayout.html with 'TileSpacing', 'none'option. The output...

9ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to fill a large hole?
The imfill function doesn't fill the large hole. How can I fill it? Or, more generally: How can I separate the image from the ...

9ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Can multiple versions of MATLAB be installed on the same Windows PC using the same license number for code compatibility?"
Some codes require an older version to run, while it's preferable to use a newer version for new development. I hope that both n...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


How to perform an operation after reading the image?
In imageDatastore, when defining the readFcn=readimageFcn, it can be defined as readimageFcn=@(x) int16(dicomread(x)); How to d...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


What is the requirement of opinionScores for fitbrisque?
In the example: https://www.mathworks.com/help/images/ref/fitbrisque.html#d126e112118 the opinionScores is set to random numbe...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Is there a 'fitpiqe' to build the customer Perception-based image quality evaluator model for PIQE?
I found the fitbrisque and fitniqe to build the customer evaluation model for BRISQUE and NIQE. However, I cannot find the fitpi...

1年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to evaluate the image generated with CycleGAN?
Thank you, Ayush, for your valuable input. It would be beneficial to have an evaluation criterion that considers both images. I...

1年以上 前 | 0

質問


How to evaluate the image generated with CycleGAN?
A network is trained using unsupervised data from both a 'good' image dataset and a 'noisy' image dataset with GAN. Subsequently...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


How to plot an array in 3D?
A 2D array S, plot(S) showing below, how to plot it in a 3D looking (plot3 did not work)? Thank you for help!

1年以上 前 | 2 件の回答 | 0

2

回答

質問


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

2年以上 前 | 0 件の回答 | 0

0

回答

質問


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

3年弱 前 | 1 件の回答 | 0

1

回答

質問


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

3年弱 前 | 1 件の回答 | 0

1

回答

回答済み
What 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,...

約3年 前 | 0

質問


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

約3年 前 | 1 件の回答 | 0

1

回答

質問


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

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年弱 前 | 2 件の回答 | 0

2

回答

質問


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.

4年弱 前 | 1 件の回答 | 0

1

回答

回答済み
How 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...

4年弱 前 | 0

質問


How to change image size to, say 128?
In "openExample('nnet/TrainGenerativeAdversarialNetworkGANExample')", the image size is set to 64. When changed all "found" plac...

約4年 前 | 1 件の回答 | 0

1

回答

質問


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

約4年 前 | 2 件の回答 | 0

2

回答

さらに読み込む