showing error on hash function

4 visualizaciones (últimos 30 días)
Mirwise
Mirwise el 10 de Oct. de 2023
Comentada: Dyuman Joshi el 10 de Oct. de 2023
hash = hash('sha256', [K; Na; Nb])
Undefined function 'hash' for input arguments of type 'char'
  2 comentarios
Stephen23
Stephen23 el 10 de Oct. de 2023
Please post a link to the documentation for a function named HASH that you think you are calling.
Dyuman Joshi
Dyuman Joshi el 10 de Oct. de 2023
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by