フィルターのクリア

How can extract only real values of a matrix

30 ビュー (過去 30 日間)
Tinkul
Tinkul 2014 年 4 月 8 日
コメント済み: Ravikumar Bharti 2020 年 4 月 17 日
After some oprations i have got a matrix which contains imaginary value also. But i need only the
matrix containing real values. How can i remove imaginary values from that matrix? For eg.
A=[18.0000;-3.8090 + 4.3920i;-2.6910 + 1.4001i;-2.6910 - 1.4001i;-3.8090 - 4.3920i]
But my output contains only real values
A=[18.000;-3.8090;-2.6910;-2.6910;-3.8090]
Please help

採用された回答

Mischa Kim
Mischa Kim 2014 年 4 月 8 日
Tinkul, use
real(A)
  1 件のコメント
Ravikumar Bharti
Ravikumar Bharti 2020 年 4 月 17 日
It only takes the real valur of the matrix

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by