hash function giving error

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

Respuestas (1)

Dyuman Joshi
Dyuman Joshi el 10 de Oct. de 2023

0 votos

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().

Categorías

Más información sobre Data Type Identification en Centro de ayuda y File Exchange.

Productos

Versión

R2020b

Etiquetas

Preguntada:

el 10 de Oct. de 2023

Respondida:

el 10 de Oct. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by