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 Center および File ExchangeSurface and Mesh Plots についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by