Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Simultaneous calculations (vectorization or for loops)

1 回表示 (過去 30 日間)
Mate 2u
Mate 2u 2013 年 4 月 10 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
How can I do thousands of calculations simultaneously? Lets say for instance I have 50k variables and I want to do some complex calculation with all the 50k variables at once (for instance a for loop is incremental 1 at a time), I would like to do all 50k in one go? Is this possible?
If anybody can help me, or advise me I will be very grateful.
  1 件のコメント
PT
PT 2013 年 4 月 10 日
You can't do thousands of calculations simultaneously. However, you can structure your variables in such a way that you can process them in a parallel-computing program.
Do you have more concrete details to your question?

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by