What Is the Meaning of This Syntax?

9 次查看(过去 30 天)
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

采纳的回答

Matt J
Matt J 2017-3-27
编辑:Matt J 2017-3-27
W.' is the tranpose of W, so the whole thing, B=W.'*A, means multiply the transpose of W with A.

更多回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by