How to run 4 loops simutaneously?
2 views (last 30 days)
Show older comments
Joe kiao
on 12 Jun 2015
Answered: Walter Roberson
on 12 Jun 2015
In my code there are 4 matrix to fill. So there are 4 "for...end". They are independent by each other. Now I want to do some acceleration. How to run there 4 loops simultaneously?
0 Comments
Accepted Answer
Walter Roberson
on 12 Jun 2015
If you have the Parallel Computing Toolbox, there is "parfor" and "spmd" and distributed arrays.
0 Comments
More Answers (0)
See Also
Categories
Find more on Creating and Concatenating Matrices 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!