What is the mean?

조회 수: 6 (최근 30일)
dmfwlansejr
dmfwlansejr 2021년 7월 21일
답변: James Tursa 2021년 7월 21일
fileid = fopen('File.txt','r'); <---File.txt is Ascii File
B = fread(fileid,[21 inf]);
B = B';
=> What is the (B = B';) meading?

채택된 답변

James Tursa
James Tursa 2021년 7월 21일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by