Sharan Duggirala - MATLAB Central
photo

Sharan Duggirala


University of Bristol

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 03/15 to 01/25Use left and right arrows to move selectionFrom 03/15Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
35,743
of 296,426

REPUTATION
1

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


I need to deconvolve the image of a fluorescent bead without the Point Spread Function in MATLAB
I am aware that I could use deconvolution algorithms such as LUCY, Weiner and Blind but I am confused as to how to estimate the ...

9 years ago | 2 answers | 0

2

answers

Question


Alternatives to entrinsic functions such as imread and other functions during code generation in MATLAB
As you may know, entrinsic functions are not outputted during the code generation process. Are there alternatives to these funct...

9 years ago | 1 answer | 0

1

answer

Answered
Problems with using mxarrays with the step function in MATLAB Coder
The answer has been found <http://stackoverflow.com/questions/29721819/problems-with-using-mxarrays-with-the-step-function-in-ma...

9 years ago | 0

| accepted

Question


Problems with using mxarrays with the step function in MATLAB Coder
I'm trying to convert my image processing code on MATLAB into C by using MATLAB coder. using 'imread' needs a coder.entrinsic de...

10 years ago | 2 answers | 0

2

answers

Question


Problem with the Output during Code Generation (Maximum Variable Size Allowed by Function is Exceeded)
I seem to be getting an error that I do not understand during code generation. The exact error report is shown below: <<...

10 years ago | 1 answer | 0

1

answer

Question


Problems with imcrop during code generation (suggest alternatives? )
Hello, I'm currently tring to code gneerate with imcrop. Is there any way I can do this without the error : ' The function '...

10 years ago | 1 answer | 0

1

answer

Question


Usage of Step Function in Matlab Coder?
An excerpt of my code shown below: % Creating the detector for the face detector = vision.CascadeObjectDetector; ...

10 years ago | 2 answers | 0

2

answers
Go to top of page