
Yi Xien Yap
Statistics
7 Questions
0 Answers
RANK
211,753
of 284,875
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 19,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 137,728
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
Content Feed
Question
My parallel worker fall back to 3 workers when running at 4 workers
I was running a my code using parpool(4) which using 4 workers. However, I noticed after the execution of my code(having each wo...
1 year ago | 0 answers | 0
0
answersQuestion
Merge .mat file to one .mat files
Hello, I have 4 .mat files. The content in the .mat contain different variable name (From 1 - 100 for example). What I need to ...
1 year ago | 1 answer | 0
1
answerQuestion
Run a function using gpu inside a parfor loop or a for loop
I have a code that work perfectly on parfor, and it significantly improve the speed of the simulation. Then the next step for me...
1 year ago | 1 answer | 0
1
answerQuestion
Writing to .mat simultaneously with parfor loop
I'm running the test for 100 iteration and each iteration will save the the output into the same .mat file. At the moment, I'm r...
1 year ago | 2 answers | 0
2
answersQuestion
Invoking Parallel programming in the command prompt terminal.
Hi, I have an .exe file to be use to run my code. I'm able to run my code parallelly with 4 workers(parfor) perfectly in the mat...
1 year ago | 0 answers | 0
0
answersQuestion
Dot indexing is not supported for variables of this type??? Parfor loop, and global variable
I'm trying to run a parfor loop for my simulation. But I got an error "Dot indexing is not supported for variables of this type"...
1 year ago | 2 answers | 0
2
answersQuestion
SPMD to process different iteration on different worker
I'm trying to use the spmd to process different iteration. The current problem I have is the spmd function is repeating the same...
1 year ago | 1 answer | 0