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

3 ビュー (過去 30 日間)
manik shil
manik shil 2015 年 12 月 9 日
回答済み: Prasad Kalane 2015 年 12 月 11 日
why it is shown ??? Undefined variable w64.

回答 (2 件)

James Tursa
James Tursa 2015 年 12 月 9 日
It means that at that point in the code, there is no variable in the current workspace with the name w64.
  1 件のコメント
manik shil
manik shil 2015 年 12 月 11 日
how we declare walsh code in matlab

サインインしてコメントする。


Prasad Kalane
Prasad Kalane 2015 年 12 月 11 日
%Number of Data Sub-Carriers
n =4;
walsh=hadamard(n);
% for User1 (2nd row)
code1=walsh(2,:);
% for User2 (4th row)
code2=walsh(4,:);

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by