creating polynomial to matix

2 ビュー (過去 30 日間)
Thin Rupar Win
Thin Rupar Win 2020 年 9 月 9 日
コメント済み: Thin Rupar Win 2020 年 9 月 9 日
hello, I am new to matlab. I would like to change polynomial z=c1+c2*x+c3*x^2+c4*y+c5*y^2+c6*x*y+c7*x*y^2+c8*x*y+c9*x^2*y*2
to matrix. I have a problem with matrix A to get sum of x,y into A.
for i=1:9
syms x,y
A(i,1)=1;
.
.
A(i,9)=x(i)^2*y(i)^2;
end
Thank you for your time.

回答 (1 件)

KSSV
KSSV 2020 年 9 月 9 日
編集済み: KSSV 2020 年 9 月 9 日
Read about poly2sym
If this is not you are expecting..read about polyval.
  1 件のコメント
Thin Rupar Win
Thin Rupar Win 2020 年 9 月 9 日
Thank you for your answer, KSSV. But, this is not my expected answer. I would like to build the matrix A with polynomial values ( x and y).

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

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by