photo

Daniel Armyr

MathWorks

自 2008 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

1 个提问
9 个回答

File Exchange

10 文件

Cody

1 个问题
26 个答案

排名
4,156
of 299,784

声誉
12

贡献数
1 个提问
9 个回答

回答接受率
100.0%

收到投票数
5

排名
410 of 20,803

声誉
4,010

平均
4.70

贡献数
10 文件

下载次数
21

ALL TIME 下载次数
37636

排名
16,449
of 165,909

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1