A = complex(0.5 * ones(401,1));
Note: when you use this in an expression, if there are no complex components in the result of the expression, then the complex component will be dropped.
Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
A = complex(0.5 * ones(401,1));
Note: when you use this in an expression, if there are no complex components in the result of the expression, then the complex component will be dropped.
이 질문은 마감되었습니다.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!