필터 지우기
필터 지우기

How can i plot whit the command plot a complex number with an imaginary part which is null? Can you make me an example of the code with this number?

조회 수: 1 (최근 30일)
z=1+0*i;

채택된 답변

Fangjun Jiang
Fangjun Jiang 2018년 7월 16일
z=complex(1,0);
plot(z,'r+');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by