hash function giving error
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
the code
h = keyHash([1 2 3 4])
error
Unrecognized function or variable 'keyHash'.
I have copied the code from matlab site bit still not working
0 commentaires
Réponses (1)
Dyuman Joshi
le 10 Oct 2023
The function keyHash was introduced in R2022b. And since you are working with R2020b, the function does not exist in your MATLAB library.
You will need to upgrade your version to R2022b or newer versions to use keyHash().
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!