用MATLAB程序c = 2+3i,则c的共轭怎么表示??

如题所述

用MATLAB程序c = 2+3i,则c的共轭为 Zc = conj(c)。其过程如下:

>>c = 2+3i;

>>Zc = conj(c)

温馨提示:答案为网友推荐,仅供参考
相似回答