Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1016 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1016 Bytes

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