标准化两个值matlab之间的复数

时间:2018-06-08 15:54:50

标签: matlab double complex-numbers normalize

我有一个复杂双重的3D矩阵。我想将整个矩阵(虚数和实数)标准化到-0.5到0.5的范围内。所以我试过

newMatrix = normalize( oldMatrix, 'range', [-0.5,0.5] )

但是这个错误来了

Undefined function 'normalize' for input arguments of type 'double'. 

有人能告诉我如何将复杂的双重标准化到范围内吗?非常感谢!

编辑:我在R2017b MATLAB中。谢谢!

0 个答案:

没有答案