Skip to content

bamby1313/password_interface_with_MATLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Password Interface with MATLAB

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.

Image: app_password

๐Ÿ“š Getting started

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.

๐Ÿ”— Prerequisites

No prerequisites or additional toolboxes is needed.

๐Ÿ”จ Installation

There is no particular installation.

๐Ÿ““ Usage

Run the app_password.mlapp with command line:

app = app_password()

or directly by opening the file.

About

How to make a GUI for password with the uihtml function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published