photo

Manne Plok


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
174,140
of 300,763

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,082

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,923

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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 ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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(...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변