Please how can i normalize the column of a complex matrix SAY U= [2 + 2i, 3+i; 4+5i , 4 -9i]

29 次查看(过去 30 天)
Please how can i normalize the column of a complex matrix SAY U= [2 + 2i, 3+i; 4+5i , 4 -9i]
  1 个评论
Anthony Uwaechia
Anthony Uwaechia 2015-8-20
thanks alot it reall worked. what of if the question is rephrased this way
Make the column of the matrix U normalised to unit L2 norm
how will it be?

请先登录,再进行评论。

采纳的回答

Noam
Noam 2015-8-20
  3 个评论

请先登录,再进行评论。

更多回答(1 个)

Jennifer Rebbin
Jennifer Rebbin 2022-11-16
If you're using release R2018a or later, use the normalize function. Here is an example of normalizing by the 2-norm, where U is your matrix of complex data:
N = normalize(U,"norm",2)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by