![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7805877_1645738360254_DEF.jpg)
Prasobhkumar P. P.
Followers: 0 Following: 0
Statistics
RANK
3 779
of 297 016
REPUTATION
14
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
11 178 of 20 419
REPUTATION
44
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
6
ALL TIME DOWNLOADS
439
RANK
of 157 725
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
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...
ungefär 4 år ago | 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...
mer än 4 år ago | 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...
mer än 4 år ago | 3
| accepted
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...
mer än 4 år ago | 0
randomly select elements of an array
histHandle= histfit(data,nBins,'normal'); [Val Ind] = max(histHandle(2).YData); %histHandle(2) corresponds to th...
mer än 4 år ago | 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...
nästan 5 år ago | 0
power spectrum plot of an image
https://in.mathworks.com/matlabcentral/answers/13896-fftshift-of-an-image#answer_19151
nästan 5 år ago | 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 ...
nästan 5 år ago | 0
How to correct lateral displacement in an image
https://in.mathworks.com/help/images/ref/deconvwnr.html Please check this
ungefär 5 år ago | 0