Filter löschen
Filter löschen

hash function giving error

2 Ansichten (letzte 30 Tage)
abdul rehman
abdul rehman am 10 Okt. 2023
Beantwortet: Dyuman Joshi am 10 Okt. 2023
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

Antworten (1)

Dyuman Joshi
Dyuman Joshi am 10 Okt. 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().

Kategorien

Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by