dot
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
📚 Bibliography
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
A = [1 2 3;4 5 6;7 8 9];
B = [9 8 7;6 5 4;3 2 1];
R = dot(A, B)
R = dot(A, B, 2)