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.
414 Solvers
Create a square matrix of multiples
330 Solvers
Split a string into chunks of specified length
168 Solvers
Do Fast Fourier Transformation
177 Solvers
113 Solvers