camera Calibrator app Undefined
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hesham Khalifa
el 15 de Mzo. de 2018
Respondida: Vishwanath Bailore Acharya
el 28 de Mzo. de 2018
Everytime I try to open the Cameracalibrator App , an error appears saying : Undefined function or variable 'cameraCalibrator'.
I have the toolbox installed and the version is R2016b
0 comentarios
Respuesta aceptada
Vishwanath Bailore Acharya
el 28 de Mzo. de 2018
This error generally occurs when the toolbox that you are using is not licensed.
Try checking out the license for the Toolbox using the "license" function as follows:
license('checkout', 'toolbox_name');
If this function returns 'ans = 1' then it means that the license is valid and has been checked out.
If it fails it will show the reason as to whether the license has already been checked out or if it has expired or if it is invalid.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!