Find Dot Product of two vectors
ex-
A = [1 2 4]
B = [1 3 2]
output C will be A.B = 1 + 6 + 8 = 15
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers91
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Convert a numerical matrix into a cell array of strings
2389 Solvers
-
Sum of diagonal of a square matrix
1637 Solvers
-
Find the max element of the array
2210 Solvers
-
3266 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!