Parallel computing with matrix

1 view (last 30 days)
William Locke
William Locke on 25 Mar 2018
Commented: Image Analyst on 25 Mar 2018
I am trying to build a large matrix A using a multiprocessor machine. The elements each need to be computed but they do not depend on each other. Is there a way to do this with the Parallel computing toolbox? I may just have to wait for a day when shared memory becomes a reality for us.
  2 Comments
Matt J
Matt J on 25 Mar 2018
Yes, that's exactly the kind of thing the Parallel Computing Toolbox allows.
Image Analyst
Image Analyst on 25 Mar 2018
Well, when the question lacks technical details, what can you expect? The help for the toolbox will have lots of examples, with very specific technical details, to help you.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!