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.
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!
It seems that we can't use the ans trick. It's new no ?
wow, yes, it seems the last valid solution with ans trick was just a few hours ago, wonder if this is a temporary glitch or a "permanent" fix?
Yes, release 2015b is the cause of that. I can observe the same think with my update.
14215 Solvers
Getting the indices from a matrice
266 Solvers
Try 1.5.4: Celsius to Fahrenheit
486 Solvers
Find the maximum two numbers of every column of a matrix
108 Solvers
170 Solvers