What Is the Meaning of This Syntax?
1 view (last 30 days)
Show older comments
What is the meaning of this syntax:
.'*
for example:
A = [1 4 2 5 6;
2 3 4 5 6];
W = [2;
3];
B = W.'*A
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!