photo

Elvin


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Elvin

统计学

MATLAB Answers

17 个提问
3 个回答

排名
7,731
of 300,750

声誉
6

贡献数
17 个提问
3 个回答

回答接受率
70.59%

收到投票数
1

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
how to run iterations?
You can try something like this: z = 0; for i = 1:100 z = z+i; end

12 years 前 | 1

已回答
Comparing two binary images
You can try this method: http://www.mathworks.com/help/vision/gs/object-detection-and-tracking.html#btt5qyu

12 years 前 | 0

| 已接受

提问


Error in MATLAB COM Automation
Anyone knows how to do MATLAB COM autiomation in VB.NET? Since I really can't make my program works using the NE builder. I trie...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Error integrating MATLAB and Visual Basic
The program is simple, it just adds the two number. Here's my matlab function that I created function out = addMe(a,b) ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Error in MATLAB COM Automation
I'm new to COM automation using MATLAB and VB.NET so I made a simple program that adds two number and display the result in the ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Calling MATLAB functions in Visual Basic
I made a very simple program to try how to call matlab functions in visual basic. My matlab program is this: function showR...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Clarification regarding masking an image
I just want to ask this question for clarification. Example I have this image below. <</matlabcentral/answers/uploaded_...

12 years 前 | 1 个回答 | 0

1

个回答

提问


MATLAB not saving variables to workspace
I don't know what's wrong with my MATLAB. Every time I run the dummy.m using the F5 in the editor, all the variables are being d...

12 years 前 | 3 个回答 | 0

3

个回答

提问


Increasing the accuracy of my program
Anyone here who can help me with the calibration of this program: <https://www.dropbox.com/s/oq6nx1r9cg0ikh3/Nitrogen%20Def.rar>...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Calibrating mask for for accuracy
I have the following images. <</matlabcentral/answers/uploaded_files/6040/1.jpg>> <</matlabcentral/answers/uploaded_fi...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Detecting "brown spots" on leafs
Can you show me will I be able to detect the "brown spots" in this image? Thanks <</matlabcentral/answers/uploaded_files/...

12 years 前 | 3 个回答 | 0

3

个回答

提问


Matrix manipulation such as subtraction
Can I ask for some help regarding matrix manipulation? Here's what I'm after. Let's say for example I have two arrays: ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Compare color of images
I have two standard shades of green. <</matlabcentral/answers/uploaded_files/5968/LCC1.JPG>> <</matlabcentral/answers/uplo...

12 years 前 | 3 个回答 | 0

3

个回答

提问


How to extract L,a and b from a cell
I have 6 images and store it in a cell. I then convert it to LAB space. But how do I get the L, a and b channel from the cell? H...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Comparing leaf color to a standard shades of green
I just want to ask for a help on how am I going to do this project. What I'm trying to do is take a pic of a leaf and then compa...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Implementing Feature Extraction to Create Database
We have a project regarding the use of image processing in rice plant. This question is related to my first question <http://www...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Image Processing with Backpropagation algorithm
Any help with this one? Thanks

12 years 前 | 0

提问


Image Processing with Backpropagation algorithm
First of all, I don't have the code yet for this project. I just want to ask first what would be the good approach/way to do thi...

12 years 前 | 4 个回答 | 0

4

个回答

提问


matlab index out of bounds because numel
Can you help me with this code: function [r, niter] = fpiter(g,x0,maxiter) i = 1; x(1,:) = x0; tol = 1e-05; whi...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Removing Plot's Asymptote
Can you help why and how to remove the asymptotes that this code is producing in the graph? Here's my code: f = @(x)tan(x)-...

13 years 前 | 1 个回答 | 0

1

个回答