Skip to content

A MATLAB-GUI to get feedback from your users/customers

License

Notifications You must be signed in to change notification settings

AlbertoCuadra/UIFeedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIFeedback

View UIFeedback on File Exchange last modified

Generate a MATLAB-GUI to get Feedback from your users/customers.

Getting started

To keep the source email, source password, and recipients secure, encrypt the app by following this guide:

  1. Update uifeedback_mlapp.mlapp: source, source password and recipients
  2. Export uifeedback_mlapp to uifeedback.m file
  3. Encrypt uifeedback.m: run "pcode('uifeedback', '-inplace')"
  4. Call feedback.p in your main app: run uifeedback.p

Tips

  • Create a new @gmail just for this purpose
  • Use the same recipient as the source email (optional)

Developer:

Alberto Cuadra-Lara