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!