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 Solvers142
Suggested Problems
-
Find the two most distant points
2953 Solvers
-
Remove the small words from a list of words.
1560 Solvers
-
1332 Solvers
-
Project Euler: Problem 3, Largest prime factor
1791 Solvers
-
Return unique values without sorting
1001 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!