What Is the Meaning of This Syntax?

3 vues (au cours des 30 derniers jours)
Rightia Rollmann
Rightia Rollmann le 27 Mar 2017
Modifié(e) : Matt J le 27 Mar 2017
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

Réponse acceptée

Matt J
Matt J le 27 Mar 2017
Modifié(e) : Matt J le 27 Mar 2017
W.' is the tranpose of W, so the whole thing, B=W.'*A, means multiply the transpose of W with A.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by