Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

new array using average row of the old array

1 view (last 30 days)
babis
babis on 19 Nov 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
I have an array M(1000,1000) and i want to build a new array N(1000,1000), where each element of N has the old value minus the average of its row (in M) devided by the standard deviation of this row. If the element is zero no action will be taken. Also, from the average the zeros should be excluded.
Can you help me?
thank you in advance

Answers (1)

Matt J
Matt J on 19 Nov 2013
Hint - the bsxfun() command could prove useful.

This question is closed.

Community Treasure Hunt

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

Start Hunting!