How to multiply 8*8 data sets elementwise?

2 Ansichten (letzte 30 Tage)
vimal kumar chawda
vimal kumar chawda am 24 Mai 2021
I want multiply with 1.02 each and every element so new table will be 8*8. How one can use for loop?

Akzeptierte Antwort

David Fletcher
David Fletcher am 24 Mai 2021
If you're just multiplying by the scaler of 1.02 then
Qxxepoch1{:,:}*1.02
will do what you want without a loop
  5 Kommentare
vimal kumar chawda
vimal kumar chawda am 28 Mai 2021
Thank you , it was beneficial .

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Find more on Loops and Conditional Statements in Help Center and File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by