MATLAB: How to use a percentage number time with a matrix

percentage

The percent reduction is 10% , and I need use this number times a matrix 17×6, what I should do? Thanks.

Best Answer

matrix * (100-10)/100
Related Question