How to multiply 8*8 data sets elementwise?
조회 수: 2(최근 30일)
표시 이전 댓글
I want multiply with 1.02 each and every element so new table will be 8*8. How one can use for loop?
댓글 수: 0
채택된 답변
David Fletcher
2021년 5월 24일
If you're just multiplying by the scaler of 1.02 then
Qxxepoch1{:,:}*1.02
will do what you want without a loop
추가 답변(0개)
참고 항목
범주
Find more on Matrix Indexing 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!