What is the meaning of dividing two vectors without dot

10 次查看(过去 30 天)
I have the next division, Wich is the meaning of this division???
f =
1 2 3
fd =
3 3 3
f/fd=
0.6667

回答(2 个)

Jan
Jan 2019-3-19
According to the documentation:
  • x = B / A solves the system of linear equations x*A = B for x.
  • If A is a rectangular m-by-n matrix with m ~= n, and B is a matrix with n columns, then x = B/A returns a least-squares solution of the system of equations x*A = B.

Star Strider
Star Strider 2019-3-19
See the documentation section on Array vs. Matrix Operations (link).

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by