What Is the Meaning of This Syntax?

9 visualizzazioni (ultimi 30 giorni)
Rightia Rollmann
Rightia Rollmann il 27 Mar 2017
Modificato: Matt J il 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

Risposta accettata

Matt J
Matt J il 27 Mar 2017
Modificato: Matt J il 27 Mar 2017
W.' is the tranpose of W, so the whole thing, B=W.'*A, means multiply the transpose of W with A.

Più risposte (0)

Categorie

Scopri di più su Functions in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by