photo

Vincy Y


自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
1 个回答

排名
29,241
of 300,853

声誉
1

贡献数
5 个提问
1 个回答

回答接受率
80.0%

收到投票数
1

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


GLCM Entropy Feature Calculation
This is my Entropy calculation from glcm matrix but the result is the entropy formula i used here is correct ?

7 years 前 | 2 个回答 | 0

2

个回答

提问


Neighborhood window for calculate glcm matrix
What is the purpose of neighborhood window? What size to be assigned to the neighborhood window? Why we need the neighborhood...

7 years 前 | 0 个回答 | 1

0

个回答

提问


Feedforwrd neural network in matlab
i need a code for feedforward neural network for texture classification

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Read specific column from the text file and how to store the values into the matrix/vector?
clc; data=load('text_feat.txt'); bias=data(:,1); bias=bias'; feature=data(:,2:5); [row col]=size(feature); F=zeros(row,col...

7 years 前 | 0

提问


Read specific column from the text file and how to store the values into the matrix/vector?
How to store the values of the specific columns get from the text file into the matrix or vector ? Thank you

7 years 前 | 2 个回答 | 0

2

个回答

提问


Read first column from the text file
I have a text file that contains eighty rows with six columns of data values. All I want to do is read a first column of values...

7 years 前 | 1 个回答 | 0

1

个回答