How to multiply 8*8 data sets elementwise?
3 views (last 30 days)
Show older comments
vimal kumar chawda
on 24 May 2021
Commented: vimal kumar chawda
on 28 May 2021
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
Categories
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!