필터 지우기
필터 지우기

Could anyone please solve this MATLAB operation x=7/84

조회 수: 1 (최근 30일)
Muhamad Firdaus Mohd Razali
Muhamad Firdaus Mohd Razali 2019년 10월 24일
답변: Marcel Kreuzberg 2019년 10월 24일
Could anyone please solve this MATLAB operation x=7/8\4 in matrix operation: precedence. I got the answer 4.5714. Logically, you could get the answer by calculating 8÷(7÷4). I cannot understand the sequence if it involves backslash (left division)

답변 (1개)

Marcel Kreuzberg
Marcel Kreuzberg 2019년 10월 24일
7/8\4 = (7/8)\4 = 4/(7/8)

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by