Soumyadipta Sengupta
Followers: 0 Following: 0
Statistics
RANK
29,040
of 295,486
REPUTATION
1
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Correlation on distributed array
I would like to compute autocorrelation using the xcorr function on a distributed array. Would this be possible?
6 years ago | 1 answer | 1
1
answerQuestion
Within script function not working in parallel code
if i have functions within the script, the parallel code is not working in both 2017b and 2018 on a cluster. The workers are not...
6 years ago | 1 answer | 0
1
answerQuestion
connector not running message while executing parallel code on cluster
I am running the following test code on a cluster. clc;clear all; x=32; poolobj=parpool(x); A = zeros(32, 11); tic parfor ...
6 years ago | 1 answer | 0
1
answerHelp regarding parallelizing code
Hello Jan, I have preallocated those variables as well as the structures . I didn't show the complete code.
6 years ago | 0
Question
Help regarding parallelizing code
for i=1:(length(water)/3)-1 for j=i+1:length(water)/3 donor_mol_in...
6 years ago | 2 answers | 0