why do i get this error:the function nume1 is undefined

4 ビュー (過去 30 日間)
Ray
Ray 2015 年 12 月 6 日
コメント済み: Star Strider 2022 年 10 月 31 日
endrec_im_bin = reshape(rec_syms_cons',nume1(rec_syms_cons),1);}
I get this error:
Undefined function or variable 'number'.
nume1 is a buit in matlab function. why do get this error?

採用された回答

Star Strider
Star Strider 2015 年 12 月 6 日
Put simply:
Q1 = uint8('nume1')
Q2 = uint8('numel')
Q1 =
110 117 109 101 49
Q2 =
110 117 109 101 108
Which is a MATLAB roundabout way of saying that you typed a 1 (ONE) instead of an l (lower case ‘L’).
  2 件のコメント
Renoy
Renoy 2022 年 10 月 31 日
This helped! Thank you :)
Star Strider
Star Strider 2022 年 10 月 31 日
My pleasure!

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

その他の回答 (0 件)

カテゴリ

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