Manne Plok
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
120 895
of 295 495
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
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
Simple Question (I think) about finding zeros(and other number) in an array
I have the following array. R = [ 1 2 0 1 0 2] if values in R = 0 I want to replace it with 3, so I did If R == 0 ...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Question with vectorisation?
Hello This is the code I have. n = 1:1000 A(n,1) = ceil(rand*5); What this does is it finds a random value between 1 ...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Sorting based on the total value of the point in 3 layers
I have this 4*1*3 data data(:,:,1) = [12;23;0;2] data(:,:,2) = [2;1;8;25] data(:,:,3) = [3;9;4;0] And I want it to be...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Question about "min" command.
I have a code that generates the following 2D array: 0 300 7500 10800 76800 86700 36300 30000 10800 7500 7500 10800 3...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Alternative to while loops without using loop?
Hi, are there any more efficient alternatives to while loops. eg a = zeros(3,1,3); b = ones(3,1,3); while isequal(...
environ 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Remove my for loop using meshgrid?
[rows, ~, ~] = size(file) for i = 1:rows value = min(abs(file(i,:,1) - shadow(:,:,1)).^2); storage(i,:) = value...
environ 6 ans il y a | 1 réponse | 0