Statistiques
2 Questions
0 Réponses
RANG
267 173
of 301 723
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 401
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 250
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 can I have a simple for loop program for the below mentioned logic. It worked for me to get the results but if image dimensions are to be changed then i need to change entire program. I want to fix this. Please help with logic.
% Image segmentation for blockwise assignments cI{1} = bI(1:32,1:32); cI{2} = bI(1:32,33:64); cI{3} = bI(1:32,65:...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find least 8 values in a 1xN row matrix with their positions?
I have a row matrix with 94 elements, Ex: A=rand(1,94). Now i would like to find the least 8 values in the matrix 'A' with the...
plus de 10 ans il y a | 2 réponses | 0
