Manne Plok
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
120.890
of 295.467
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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(...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0