This is a simple example of how to make a password GUI with MATLAB, using App Designer and the uihtml function.
It shows how easy it is to embbed an HTML component into MATLAB.
You can open the file RUNME.mlx to understand the files in the repo.
The application uses also classic constraints for a password: number of characters, at least one upper case and one number.
No prerequisites or additional toolboxes is needed.
There is no particular installation.
Run the app_password.mlapp with command line:
app = app_password()
or directly by opening the file.