photo

Tomasz


Last seen: 11 months ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
3 Answers

Cody

0 Problems
1 Solution

RANK
223,970
of 301,433

REPUTATION
0

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
117,334
of 174,520

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Answered
how to improve the efficiency of this code part?
So, now *indices* is created once. *rr*, *aaa* are preallocated. The pice of code look like on the picture: <</matlabcentr...

7 years ago | 0

Question


how to improve the efficiency of this code part?
Hello, Can I ask for suggestions on how to correct this piece of code to increase its performance in MATLAB? It is an operatio...

7 years ago | 2 answers | 0

2

answers

Question


How can I find number of local extremes in 2D-matrix?
Hello. How can I find number of extremes or regions around them (with a given range) in 2D-matrix?

9 years ago | 2 answers | 0

2

answers

Answered
How can I find number of local extremes in 2D-matrix?
Yes you are right. I forgot one important word: local So, it falls to repeat the question: How to find a number of local extr...

9 years ago | 0

Answered
is better way to make this loop more effective?
So I tried all the solutions. and also I tried that way with gpuArray. clear; % a = rand(1, 1000,'gpuArray'); % b = ...

10 years ago | 0

Question


is better way to make this loop more effective?
so, a have something like this: x_a=[....]; %1xN x_b=[....]; %1xM for i=1:N for j=1:M c(i,j)= x_a(i)^2+x_b(j)^2...

10 years ago | 4 answers | 0

4

answers