praveen singathi
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
79 006
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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
Feeds
Question
plz explain this code on morphological operation
please explain the this piece of code label=bwlabel(sout); stats=regionprops(logical(sout),'Solidity','Area','BoundingBox'); ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
plz explain what does this code do..?
[V, D] = eig(cov(M)); [z1 s1] = size(D); for i=1:1:s1 D1(i)=D(i,i); end D2=max(D1(i)); for i=1:1:s1 if D1(i)==D2...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
what is the meaning of this code
for i=1:1:n M(:,i)=ca{i}(:); end
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How this PCA code written here .can someone plz explain.
Im adding this PCA function into DWTPCAv code but i dont undrstand what is happening with this code.here ca is the dwt coefficie...
plus de 3 ans il y a | 1 réponse | 0