Setup f(x)

mlappkit_setup

functions.setup.mlappkit_setup()

will walk user through the setup during the first run on the user machine. It will:

  1. suggest a target directory and let you confirm or change it

  2. unpack the static files into the confirmed location

  3. add those particular files to your MATLAB searchpath

  4. and save your current MATLAB searchpath

A list of the files added as well as the procedure executed will be saved in a log file.

Before submitting files or content please clean them of your personal data.

mlappkit_quickstart

Warning

This part is in development

class functions.setup.mlappkit_quickstart

inspired by the sphinx_quickstart way of creating a boilerplate Not working yet. routine which is executed. kept sepererate from the GUI file for easier access