hash function giving error

조회 수: 2 (최근 30일)
abdul rehman
abdul rehman 2023년 10월 10일
답변: Dyuman Joshi 2023년 10월 10일
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

답변 (1개)

Dyuman Joshi
Dyuman Joshi 2023년 10월 10일
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().

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by