what does it mean wcode=w64(1,:);

답변 (2개)

James Tursa
James Tursa 2015년 12월 9일

0 개 추천

It means that at that point in the code, there is no variable in the current workspace with the name w64.
Prasad Kalane
Prasad Kalane 2015년 12월 11일

0 개 추천

%Number of Data Sub-Carriers
n =4;
walsh=hadamard(n);
% for User1 (2nd row)
code1=walsh(2,:);
% for User2 (4th row)
code2=walsh(4,:);

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

태그

질문:

2015년 12월 9일

답변:

2015년 12월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by