photo

ammu v


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

10 个提问
0 个回答

Cody

0 个问题
3 个答案

排名
201,593
of 299,823

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
74,399
of 166,136

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • Solver
  • Explorer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to replace all nan values in an image to 255 different colors
How to replace all nan values in an image to 255 different colors distributed almost equally

3 years 前 | 2 个回答 | 0

2

个回答

提问


what is the tolerance factor of entropy function used in matlab program to find entropy of image?
e = entropy(I) , which calculates the entropy of the image in matlab. What is the tolerance factor used in this function, and is...

4 years 前 | 0 个回答 | 0

0

个回答

提问


I have a code of multiplayer perceptron , which i have modified for 10 cross validation. but the confusion matrix in final display is not understandable. can someone please
%% i have 184 subjects, i cant decipher the confusiion matrix feat = classi_tau4_norm(:,1:16); labels = classi_tau4_norm(:,17)...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to get confusion matrix data from patternet function with cross validation?
is the following program correct? I am trying to do 10 cross validation ... feat = sig_feat(:,1:9); % features labels = sig...

4 years 前 | 1 个回答 | 0

1

个回答

提问


can we calculating features such as homogeneity, contrast, correlation etc. without formulating cooccurence matrix?
I want to calculate these second order features from a lbp image? can someone help regarding this?

4 years 前 | 0 个回答 | 0

0

个回答

提问


can GLLCM provide information about shape of the object in image?
in matlab description of GLCM, the following sentence appears implying GLCM can provide.can someone verify? (The texture filter...

5 years 前 | 0 个回答 | 0

0

个回答

提问


how to give title and axes in histfit?
subplot(1,2,1); hn=histfit(cutven_values,'','kernel');set(hn(1),'facecolor','g','edgecolor','r');set(hn(2),'color','b'); grid ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


what is the default distance norm used in mvksdensity function in matlab?can we change it into different norms?
someone please elaborate ,what is the distance norm used to find differnece inside kernel function of mvksednsity function or ks...

5 years 前 | 1 个回答 | 0

1

个回答

已解决


Return area of square
Side of square=input=a Area=output=b

5 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

5 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years 前

提问


mvksdensity- how to choose bandwidth and bandwidth comprises of how many points?
Though effect of bandwidth is seen ,its unclear how many data points are covered for eg:when we use bandwidth=1.is it circular o...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to improve lung boundary distinction in chest xrays?
is there any particular method for improving the boundary for segmentation.i have tried histogram equalisation,contrast enhancem...

6 years 前 | 1 个回答 | 0

1

个回答