Hi guys, i know this may be a fool question but anyway, i'm getting an error when i try to divide 2 matrix.
A= [1.5; -1]
B=[1 2; 3 4]
C=A./B
It says: Error using ./
Could anyone help me?

 採用された回答

madhan ravi
madhan ravi 2019 年 3 月 3 日

0 投票

A\B

2 件のコメント

Jucimar Carpe
Jucimar Carpe 2019 年 3 月 3 日
Thank you!!!
madhan ravi
madhan ravi 2019 年 3 月 4 日
Should be
B\A

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

その他の回答 (0 件)

カテゴリ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by