photo

Prasobhkumar P. P.


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
11 Answers

File Exchange

2 Files

RANK
3,784
of 297,560

REPUTATION
14

CONTRIBUTIONS
0 Questions
11 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
11,158 of 20,456

REPUTATION
45

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
445

RANK

of 159,148

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

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

View badges

Feeds

View by

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

4 years ago | 0

Answered
How to read all Images in datastore
Memory limitation??

4 years ago | 0

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

4 years ago | 0

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

4 years ago | 3

| accepted

Submitted


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

4 years ago | 8 downloads |

0.0 / 5
Thumbnail

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

4 years ago | 0

Submitted


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

4 years ago | 1 download |

0.0 / 5
Thumbnail

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

4 years ago | 0

Answered
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 ago | 0

Answered
how to add a signal?
Please ellaborate your question

5 years ago | 0

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

5 years ago | 0

Answered
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 ago | 0

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

5 years ago | 0