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...
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

