photo

Vincy Y


Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

5 Fragen
1 Antwort

RANG
29.247
of 301.219

REPUTATION
1

BEITRÄGE
5 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
80.0%

ERHALTENE STIMMEN
1

RANG
 of 21.193

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.467

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 7 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

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

etwa 7 Jahre vor | 0

Frage


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

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort