Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Simultaneous calculations (vectorization or for loops)
조회 수: 1 (최근 30일)
이전 댓글 표시
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
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!