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 Exchange에서 Data 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