Community Profile

photo

Daniel Armyr

MathWorks

Active since 2008

Followers: 0   Following: 0

Message

Statistics

All
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Thankful Level 1
  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • ASEE Challenge Master
  • Solver

View badges

Feeds

View by

Answered
which function works for identifying numbers?
Detecting numbers is a form of OCR which is a non-trivial task. If you want a solution that works out of the box, you will have ...

ongeveer 12 jaar ago | 0

Answered
How can I find the point spread function (PSF) to a motion-blurred image with the help of noisy image?
If you have the original image and the blurred image, you could probably deconvolve your blurred image with the original image. ...

ongeveer 12 jaar ago | 0

Answered
Using spectral subtraction technique to reduce noise in audio file
Well, I think that the presentation of the file on file exchange says a lot about how it works. It looks like they transform the...

ongeveer 12 jaar ago | 0

| accepted

Answered
non linear fitting of two parameter, one parameter is never changing ...
Assuming you use fminsearch, it will only optimize on the variable x. If you want to optimize on more than one variable, you hav...

meer dan 12 jaar ago | 0

Question


Can Matlab vectorize a generic recursion function?
Hi. I am experimenting with some specialty IIR filters, and the for-loop implementation is just too slow. I have searched, but ...

ongeveer 13 jaar ago | 2 answers | 2

2

answers

Answered
Plotting two matrices with similar dimensions having one superimposed on the other while keeping the scale of one only
There is a solution on file exchange that does exactly this. http://www.mathworks.com/matlabcentral/fileexchange/7943-freezec...

ongeveer 13 jaar ago | 1

Answered
GUI radio button
Sure you can. Just set the Value property of the radio button to 0 or 1 depending on what you want. To make sure the user doesn...

ongeveer 13 jaar ago | 1

Answered
Copying Figure to word
Well, a work-around is to save/export the figure to disk and then import the saved image into word. I like to do that because it...

ongeveer 13 jaar ago | 0

Answered
Is it possible to embed my MATLAB code in LAB View VI?
You can embed simple Matlab code in VI using the Matlab box. However, VI only supports a subset of Matlab, so you need to keep t...

ongeveer 13 jaar ago | 1