-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Problem Description
Testing the unlockUIFig
from the provided example gives me following MATLAB exception:
Undefined function or variable 'wasImported'.
Error in mlapptools/unlockUIFig/checkCert (line 412)
if wasImported
Error in mlapptools.unlockUIFig (line 351)
assert(checkCert(), 'Certificate not imported; cannot proceed.');
I think the problem was introduced in 6e12b32f98a3426a0c7d3488311a54bee889893d and it occurs if one executes unlockUIFig
after the certificate has been installed.
I fixed the issue by defining wasImported
outside the if clause, but I can't see the figure anyways on my browser. I tried both Chrome and Firefox. Both give me the warning of invalid certificate and I have to add a security exception, but that's normal I think.
Steps to Reproduce the Problem
To reproduce the issue, simply try to run the code from the provided example.
Specifications
- MATLAB Release: R2017b
- Operating System: Windows 10 Enterprise
mlapptools
version (or commit link/hash): 2dcedfd
Metadata
Metadata
Assignees
Labels
No labels