You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run src/Main_menu/Main_menu.mlapp to start the toolbox. Once you will have added Iso2mesh (see documentation), you can also package the app (MATLAB 'APPS' ribbon / Package App / select Main_menu.mlapp) and then install it (MATLAB 'APPS' ribbon / Install App / select the app you just have created).
3
3
4
-
Most GUIs are coded with MATLAB app designer wich produces .mlapp files not readable with a text editor (except for MATLAB of course). Therefore, for each .mlapp file, its .m file equivalent (*_exported.m) is also present in the reposity so that you can see the modifications introduced by the commits (athough you do not need these *_exported.m files to run the app).
4
+
Most GUIs are coded with MATLAB app designer wich produces .mlapp files not readable with a text editor (except for MATLAB of course). Therefore, for each .mlapp file, its .m file equivalent (*_exported.m) is also present in the repository so that you can see the modifications introduced by the various commits (although you do not need these *_exported.m files to run the app).
0 commit comments