photo

Daniel Armyr

MathWorks

2008년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

1 질문
9 답변

File Exchange

10 파일

Cody

1 문제
26 답안

순위
4,169
of 300,369

평판
12

참여
1 질문
9 답변

답변 채택
100.0%

획득한 표
5

순위
412 of 20,936

평판
4,011

평균 평점
4.70

참여
10 파일

다운로드 수
23

ALL TIME 다운로드 수
37649

순위
16,702
of 168,436

참여
1 문제
26 답안

점수
320

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 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

배지 보기

Feeds

보기 기준

답변 있음
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 ...

13년 초과 전 | 0

답변 있음
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. ...

13년 초과 전 | 0

답변 있음
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...

13년 초과 전 | 0

| 수락됨

답변 있음
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...

거의 14년 전 | 0

질문


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

14년 초과 전 | 답변 수: 2 | 2

2

답변

답변 있음
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...

14년 초과 전 | 1

답변 있음
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...

14년 초과 전 | 1

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 1