photo

cedric W


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
2 Answers

RANK
122.523
of 300.343

REPUTATION
0

CONTRIBUTIONS
9 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


parfor slicing variables suggestions
I'm wondering what was the best way to split a big matrix (500000 x 1000) into 20 matrices of size 25000 x 1000. The aim is to u...

bijna 7 jaar ago | 0 answers | 0

0

answers

Question


Declare gpuArray while executing on gpu
I'm trying to modify my code working well for a CPU setup to a GPU setup. It appears to be more complicated than what I had exp...

bijna 7 jaar ago | 1 answer | 0

1

answer

Answered
arrayfun with multiple inputs and a different size output
When using both your answers, I'm not sure this is doing what I want. First, without A to start easy. Say I'm starting from: ...

ongeveer 7 jaar ago | 0

Question


arrayfun with multiple inputs and a different size output
I'm trying to set arrayfun to compute Monte-Carlo simulations on a GPU. But first, I'd like to parameterize on a CPU (I don't ha...

ongeveer 7 jaar ago | 3 answers | 0

3

answers

Question


GPU computing Monte Carlo
I'm pricing barrier options with Monte Carlo simulations. I started my code with CPU setting and now I'm moving to GPU. I want ...

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


Parallel computing Monte Carlo
I'm running 1M simulations on a Monte Carlo basis. I'd like to improve the computation speed and I was thinking about parallel c...

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


Fast reshaping or squeezing
I'm dealing with big matrix, such as dimension X,Y and Z are respectively around 300, 6 and 200000. The point is that I'm doi...

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


Store recursive intermediate values
I'm trying to save intermediate values when calling recursive function without using global variables. I don't find anything su...

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


Extend / replicate a value by column when found in array
Say I have a matrix 5x5 with binary entries 0 and 1 A=[1 1 1 1 1;1 0 1 1 1;1 0 1 0 0;0 1 1 0 1;1 1 1 0 0] I'd like to have...

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Answered
Logical operation on column of a matrix
Great, thanks a lot !

ongeveer 7 jaar ago | 0

Question


Logical operation on column of a matrix
I'm dealing with a larger problem but say I have a 5x6 matrix: A=[0 0 0 0 1 0;0 0 0 1 0 0;1 0 0 0 0 1;0 0 1 1 1 1 ;0 1 0 1 1 0]...

ongeveer 7 jaar ago | 2 answers | 0

2

answers