What is the mean?

4 visualizaciones (últimos 30 días)
dmfwlansejr
dmfwlansejr el 21 de Jul. de 2021
Respondida: James Tursa el 21 de Jul. de 2021
fileid = fopen('File.txt','r'); <---File.txt is Ascii File
B = fread(fileid,[21 inf]);
B = B';
=> What is the (B = B';) meading?

Respuesta aceptada

James Tursa
James Tursa el 21 de Jul. de 2021
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.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by