You can define a custom function f like below function [Factor, Matrix] = f(M) if all(imag(M)~=0) s = 1j; else s = 1; ...
確定! 回上一頁