How to solve "Unable to acquire handle to MATLAB function 'saeroclockpacer' "error?

조회 수: 12 (최근 30일)
Kidus Guye
Kidus Guye 2018년 4월 3일
답변: Gayatri Menon 2018년 4월 10일
I was trying to run Simulation Pace block but when I ever tried that I would get an error saying "Unable to acquire handle to MATLAB function 'saeroclockpacer'". How can I solve this?

답변 (1개)

Gayatri Menon
Gayatri Menon 2018년 4월 10일
Hi,
The error may be related the file containing the implementation of the function in the error message being missing, or a licensing issue. To check if the file is missing, try running the following in the MATLAB Command Window
>> which -all saeroclockpacer
This command should return the full path for the file.
To make sure the license is valid, run the following command in the MATLAB Command Window
>> license checkout Aerospace_Blockset
If the above does not return 1, there is a licensing issue
Thanks,
Gayatri

Community Treasure Hunt

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

Start Hunting!

Translated by