Normalize columns of matrix with complex data?
Show older comments
I have an array with complex values and I want to normalise the columns. I tried normc(array). But the error is: Data is complex. Is there a way to get around this?
6 Comments
Adam
on 20 Jan 2017
What do you mean by normalise in this context?
belle
on 20 Jan 2017
Stephen23
on 20 Jan 2017
@Bonnie: when you tell us what is means to normalize complex numbers, then we can show you how to do it in MATLAB.
Adam
on 20 Jan 2017
The sum of the square of a complex number will still be complex so it can't be 1.
belle
on 20 Jan 2017
belle
on 20 Jan 2017
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!