repeated numbers in roots

조회 수: 1 (최근 30일)
Ali
Ali 2020년 6월 8일
댓글: KSSV 2020년 6월 8일
Hi
can anybody tell how to remove repeated number in roots of polynomial eqaution.
w =
0.2278
0.2278
1.0382
1.0382
1.5292
1.5292
0.1738
0.1738
0.3461
0.3461
0.5647
0.5647
0.8437
0.8437
0.9098
0.9098
1.0873
1.0873
1.2007
1.2007

답변 (1개)

KSSV
KSSV 2020년 6월 8일
iwant = unique(w)
  댓글 수: 2
Ali
Ali 2020년 6월 8일
To find roots of w is
w=roots(w);
r-roots(w);
which is one better and accurate way??
KSSV
KSSV 2020년 6월 8일
Use roots. See to it that the coefficients of the polynomials are arranged as required for the function.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by