Skip to content

Commit 6e31410

Browse files
author
Usseglio-Viretta
committed
Update README.md
1 parent 2bf04ab commit 6e31410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src
22
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).
33

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).
55
Main_menu

0 commit comments

Comments
 (0)