Statistiques
3 Questions
0 Réponses
RANG
82 624
of 301 307
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 235
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 928
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
How to get specific value?
A = [5 2 3 8 7 1 2 2 3] [labeledA, numRegions] = bwlabel(A < 4) % Get the size of the regions. props = regionprops(labeledA...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to count number of specific value?
I have a matrix and I'm trying to count the number of a specific value in rows (i.e. < 4 ) for example 5 2 3 8 7 1 2 2 3 ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to remove rows?
mydata = importdata('data.txt'); A=mydata; nRows = size(A, 1); nColumns = size(A,2); for i=1...
plus de 9 ans il y a | 2 réponses | 0
