How to use a percentage number time with a matrix

1 view (last 30 days)
The percent reduction is 10% , and I need use this number times a matrix 17x6, what I should do? Thanks.

Accepted Answer

per isakson
per isakson on 16 Sep 2019
matrix * (100-10)/100

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!