photo

Vincy Y


Actif depuis 2019

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

5 Questions
1 Réponse

RANG
29 512
of 301 433

RÉPUTATION
1

CONTRIBUTIONS
5 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
80.0%

VOTES REÇUS
1

RANG
 of 21 272

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 520

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 7 ans il y a | 1 réponse | 1

0

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 7 ans il y a | 0

Question


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

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse