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

5 visualizaciones (últimos 30 días)
Muhamad Firdaus Mohd Razali
Muhamad Firdaus Mohd Razali el 24 de Oct. de 2019
Respondida: Marcel Kreuzberg el 24 de Oct. de 2019
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)

Respuestas (1)

Marcel Kreuzberg
Marcel Kreuzberg el 24 de Oct. de 2019
7/8\4 = (7/8)\4 = 4/(7/8)

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by