how to Subtract Complex Values Matrices?

Dear All,
I have 14 X 14 complex values matrix and i need to subtract it from another 14 X 14 matrix. the matrices are in excell file and i need to load them first in matlab also.
if any one knows please send me your reply.
Regards

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 3 月 11 日

0 投票

M1=xlsread('file1.xls')
M2=xlsread('file2.xls')
M=M1-M2

カテゴリ

ヘルプ センター および File ExchangeData Import from MATLAB についてさらに検索

質問済み:

2013 年 3 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by