Leox91 - MATLAB Central
photo

Leox91


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB AnswersCodyZoom OutFrom 09/16 to 04/25Use left and right arrows to move selectionFrom 09/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
1 个回答

Cody

0 个问题
5 个答案

排名
283,847
of 297,999

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,519

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
54,192
of 160,124

贡献数
0 个问题
5 个答案

评分
60

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
what type of filter is best suitable to remove Gaussian noise in image
Hi, you should try imgaussfilt(A,sigma) Where A is the image and sigma is the standard deviation of the gaussian. The ...

8 years 前 | 0

提问


Add elements to uilistbox programmatically
Hi everyone. I'm playing with Matlbai GUIs and I've to add elements to a listBox as my program generate them. Actually I've a f...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Train a cascade Object Detector from Workspace
Hello everyone! I'm trying to solve a tracking problem, and I really need to use a the Cascade Object Detector. I've to train t...

8 years 前 | 0 个回答 | 0

0

个回答

提问


One-Class classifier using Neural Network
Hi all. I'm having a problem setting up a proper Neural Network for one class classification. Basically I've only the features t...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Similarity index beetween different size images
Hi there; I'm looking for a Similarity Index (possibily in [0,1] range) beetween two images of different sizes. I've lookex for ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to define costOfNonAssignment in assignDetectionsToTracks
Hi there. I'm facing tracking algorithms and I've followed <http://it.mathworks.com/help/vision/ug/multiple-object-tracking.ht...

8 years 前 | 0 个回答 | 0

0

个回答

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

8 years 前

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

8 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

8 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8 years 前