photo

Vincy Y


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
1 回答

ランク
29,241
of 300,863

評判
1

コントリビューション
5 質問
1 回答

回答採用率
80.0%

獲得投票数
1

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
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年弱 前 | 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年弱 前 | 0 件の回答 | 1

0

回答

質問


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

7年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答