Multiplication of a matrix element wise with a polynomial

2 ビュー (過去 30 日間)
Matthew Worker
Matthew Worker 2013 年 11 月 10 日
回答済み: Azzi Abdelmalek 2013 年 11 月 10 日
How do I multiply a matrix element wise with a polynomial(it's again a matrix of different order) I want to multiply each element in the matrix, L=eye(2,4) with a polynomial of (s-3)

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 11 月 10 日
syms s
L=eye(2,4)
p=s-3
out=L*p

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by