photo

Ayush Porwal


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
26,863
of 300,513

REPUTATION
1

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

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 1

View badges

Feeds

View by

Question


How to access the indexes of elements of a replicated matrix 'A' inside an spmd block?
Suppose that I have a code as given below spmd % assume numlabs to be 4 nx = 3; ny = 3; A = zeros(nx,ny); end ...

6 years ago | 1 answer | 1

1

answer

Question


How to access the local part of a distributed matrix separately for each Pid
I want to make a 5 by 5 distributed matrix in such a way that each column in a ith row has a value i. In pMatlab library, I trie...

6 years ago | 1 answer | 0

1

answer