필터 지우기
필터 지우기

Problems with matrices operations

조회 수: 3 (최근 30일)
Jucimar Carpe
Jucimar Carpe 2019년 3월 4일
답변: madhan ravi 2019년 3월 4일
Hi guys, i'm still having some issues with some basic matrix operation, i'm trying to divide C=A/B but.
A= [1; 2]
B=[1 2; 3 4]
C=A/B
On my hp prime calculator i get the correct answer!
C=[0; 0.5]
But on matlab, it tells me that's it's wrong dimension, what can i do?
PS: I've already tried do A\B but it gives me the wrong answer...

답변 (1개)

madhan ravi
madhan ravi 2019년 3월 4일

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by