showing error on hash function
1 回表示 (過去 30 日間)
古いコメントを表示
hash = hash('sha256', [K; Na; Nb])
Undefined function 'hash' for input arguments of type 'char'
2 件のコメント
Stephen23
2023 年 10 月 10 日
Please post a link to the documentation for a function named HASH that you think you are calling.
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 Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!