When i run this code i get error using dec2bin (too many input arguments).

12 次查看(过去 30 天)
Text='hi' ; A=dec2bin(text, 8);

回答(1 个)

James Tursa
James Tursa 2020-2-3
编辑:James Tursa 2020-2-3
MATLAB is case sensitive. Text (uppercase T) is different from text (lowercase t).
In the future, please post the complete error message and the offending line rather than writing your own summary of the error. It is hard for us to advise unless we know what the error message actually says. I don't get the same error as you do when I run your posted code, for instance.
  4 个评论
James Tursa
James Tursa 2020-2-3
编辑:James Tursa 2020-2-3
I mean, type that into the command line and what is the result. I'm trying to figure out if you have shadowed MATLAB's dec2bin function.

请先登录,再进行评论。

类别

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