photo

Prasobhkumar P. P.


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
11 个回答

File Exchange

2 文件

排名
3,973
of 300,057

声誉
14

贡献数
0 个提问
11 个回答

回答接受率
0.00%

收到投票数
3

排名
11,089 of 20,866

声誉
47

平均
0.00

贡献数
2 文件

下载次数
6

ALL TIME 下载次数
469

排名

of 167,162

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • Personal Best Downloads Level 1
  • 3 Month Streak
  • First Submission
  • Revival Level 2
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已回答
augmentedImageDatastore center crop does not return datastore with labels
Labels of augmentedImageDatastore is is inside the output (see info). [data,info]=read(augimdsTrain) I got this info from b...

5 years 前 | 0

已回答
How to read all Images in datastore
Memory limitation??

5 years 前 | 0

已回答
Create a bagOfFeatures using HOG/LBP/KAZE features
BOF is also a built in MATLAB function. It works on image data store format https://in.mathworks.com/help/vision/ug/image-categ...

5 years 前 | 0

已回答
How do I prevent minimizing Matlab windows after calling uigetdir?
Even thought this is not the correct solution. But it will work. https://in.mathworks.com/matlabcentral/answers/439512-when-i-u...

5 years 前 | 3

| 已接受

已提交


scaleBar
This function helps you to draw automatically a scale bar in your image.

5 years 前 | 5 次下载 |

0.0 / 5
Thumbnail

已回答
Colormap utility - two axes in colorbar
Thank you dpb. The connection between 2 axes are achieved using updated version of your code. https://in.mathworks.com/matlabce...

5 years 前 | 0

已提交


multiple Axes Colorbar
This function helps to create 2 axes in 1 colorbar

5 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
randomly select elements of an array
histHandle= histfit(data,nBins,'normal'); [Val Ind] = max(histHandle(2).YData); %histHandle(2) corresponds to th...

5 years 前 | 0

已回答
Fourier transform of shifted signals (FFT)
Why do you multiply by Ts? X=Ts*fftshift(fft(x)); As per MATLAB's fft definition, it take cares of it automatically. Please cl...

5 years 前 | 0

已回答
how to add a signal?
Please ellaborate your question

5 years 前 | 0

已回答
power spectrum plot of an image
https://in.mathworks.com/matlabcentral/answers/13896-fftshift-of-an-image#answer_19151

5 years 前 | 0

已回答
How to plot Fresnel Diffraction?
function U = fresnel_advance(U0, dx, dy, z, lambda) % The function receives a field U0 at wavelength lambda % and returns the ...

5 years 前 | 0

已回答
How to correct lateral displacement in an image
https://in.mathworks.com/help/images/ref/deconvwnr.html Please check this

5 years 前 | 0