showing error on hash function

1 次查看(过去 30 天)
Mirwise
Mirwise 2023-10-10
评论: Dyuman Joshi 2023-10-10
hash = hash('sha256', [K; Na; Nb])
Undefined function 'hash' for input arguments of type 'char'
  2 个评论
Stephen23
Stephen23 2023-10-10
Please post a link to the documentation for a function named HASH that you think you are calling.
Dyuman Joshi
Dyuman Joshi 2023-10-10
In addition to Stephen's comment, you are over-writing the function by using it at as a variable name. That is not a good coding practice. Use a different variable name.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by