showing error on hash function
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hash = hash('sha256', [K; Na; Nb])
Undefined function 'hash' for input arguments of type 'char'
2 Commenti
Stephen23
il 10 Ott 2023
Please post a link to the documentation for a function named HASH that you think you are calling.
Dyuman Joshi
il 10 Ott 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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!