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

 Réponse acceptée

James Tursa
James Tursa le 21 Juil 2021

0 votes

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.

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