?? mp2cp.m
字號:
function [cp] = mp2cp(m,p)
% MP2CP Convert magnitude/phase matrix to complex matrix.
% CP=MP2CP(M,P) takes the magnitude/phase matrix and returns
% the complex data in CP.
%
% Rows and columns in the matrix correspond to cases and
% frequencies, respectively.
% Author: Craig Borghesani
% 9/3/93
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
cp = m.*exp(i*pi/180*p);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -