In this problem, I ask you to write a function which will divide the elements of each column by the sum of the elements of the same column.
Results should have 2 significant digits.
You cannot use for/while loops.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers140
Suggested Problems
-
Determine if a Given Number is a Triangle Number
398 Solvers
-
286 Solvers
-
Get the length of a given vector
13104 Solvers
-
Fahrenheit to Celsius converter
601 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1735 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Very nice exercise!
Good use of unfamiliar MATLAB functions!
Slight error in the problem definition. The solutions require two decimal places not two significant figures!