フィルターのクリア

How to take elements of one matrix as power of the elements of second

2 ビュー (過去 30 日間)
sadiqa ilyas
sadiqa ilyas 2019 年 10 月 29 日
コメント済み: sadiqa ilyas 2019 年 10 月 29 日
Hi If I have a matrix A=[2 3; 6 7], B=[4 5; 9 3]
C= [4^2 5 ^3 ;9^6 3^7]
that is [b(1,1)^a(1,1) b(1,2)^a(1,2); b(2,1)^a(2,1) b(2,2)^a(2,2)]
How can I do it in matlab

採用された回答

Walter Roberson
Walter Roberson 2019 年 10 月 29 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeElectrical Block Libraries についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by