fileid = fopen('File.txt','r'); <---File.txt is Ascii File
B = fread(fileid,[21 inf]);
B = B';
=> What is the (B = B';) meading?

 Akzeptierte Antwort

James Tursa
James Tursa am 21 Jul. 2021

0 Stimmen

B' is the complex conjugate transpose of B. If B is real, then it is equivalent to just the tranpose and the assignment simply transposes B.

Weitere Antworten (0)

Kategorien

Mehr zu Instrument Control Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by