Updating

The folowing funtions attempt to enable updating.

Long Strory

The MATLAB File Exchange is a treasure trove.But it design seems outdated to me.

  • TOS require submissions to be licensed by < research the licesetype>

  • no updating

  • only for registered users …

To submit or download files, sign in to your MathWorks Account or create a new one.
  • no version history

  • also no pakacage managing

The absense of these features makes the usage much more simple. But I think simplicity should be implemented by leaving out parameters if a user makes a call.

If you want to order a Coke you order a coke. And you will get a Coke. If you order a Diet Coke without ice and please with a drinking straw. You will get …

When I thought about the advantages of the WordPress plugin space or the pip functionality in python I wished there was a package manging system for MATLAB code. matlab package manager

Warning

in Development

mlappkit_version

functions.setup.mlappkit_version()

API to gather intel about the current version to be used by some kind of updating API accessing remoteGiT or a local file storage

Todo

write a updatig toolset

See also

might watch out for matlab package manager

python-sphinx directives ?

App Name

mlappkit

Git

Description

Default

Contact

Default

Version

Default

License

Default

PlaceHolder1

Default

PlaceHolder2

Default

PlaceHolder3

Default

PlaceHolder3

Default

JSON?

See also

JSON for MATLAB

fid = fopen('test.txt','r');
str =  fread(fid);
str =   char(str);
fclose(fid);
resr = jsondecode(str); % built in fucntion