How do you multiply two arrays with a for loop?
이전 댓글 표시
I have two separate arrays, both 1 column. However, Array1 is 300 cells, while Array2 is 600000 cells. I want to iterate through both of these arrays simultaneously. For each element in Array1, I would like to multiply it by 2000 elements in Array2, saving the output.
Then the second element in Array1 would be multiplied by the next 2000 elements in Array2. And so forth.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!