How to multiply 8*8 data sets elementwise?
1 view (last 30 days)
Show older comments
I want multiply with 1.02 each and every element so new table will be 8*8. How one can use for loop?
0 Comments
Accepted Answer
David Fletcher
on 24 May 2021
If you're just multiplying by the scaler of 1.02 then
Qxxepoch1{:,:}*1.02
will do what you want without a loop
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!