Well ...... this post will discuss briefly about how do I make matlab simulation dioprasikan order to use an executable command. but post this to the matlab version 7.0.1 for now. let's check it out ......
Basically, the process of making this executable file is a process of conversion of matlab file format .fig air and converted into an air-file matlab exe format. Where the conversion process is done in the command window in matlab. But the thing to note before the conversion process is done is that the program will be made already stored in the default folder ie Matlab (C: \ Program Files \ MATLAB71 \ work \). The steps to do it is as follows:
OK .... that's a bit to create files in Matlab version excecutable old school. since the software Matlab is getting higher Spesification, the above can be ignored, because in most existing Matlab Software Option to create directly into executable files. Well, good luck ...........
Basically, the process of making this executable file is a process of conversion of matlab file format .fig air and converted into an air-file matlab exe format. Where the conversion process is done in the command window in matlab. But the thing to note before the conversion process is done is that the program will be made already stored in the default folder ie Matlab (C: \ Program Files \ MATLAB71 \ work \). The steps to do it is as follows:
- mbuild -Setup typed in the command window matlab program so that the dialog will appear as shown in the Matlab command window, then "y" is typed.
- after that a dialog will appear again later to choose the compiler used to run the exe file. then "1" is typed as its compiler. After that, a prompt appears asking "are these correct? ([Y] / n)", then "y" typed back.
- Then, if successful there will be reading "DllRegisterServer in C: \ Program Files \ MATLAB71 \ bin \ win32 \ mwcommgr.dll succeeded" which means that the simulation program files in the folder of work ready to be converted into an executable file.
- As to convert, format of the command is: mcc & lt; [space] & gt; m & lt; [space] & gt; nama_file_utama.m & lt; [space] & gt;-o & lt; [space] & gt; nama_file_exe
- Since my research is about Entrophy Simulation, Key So I use the word "Simulation" for this experiment. To convert files from simulation programs entropy .fig to digital resources in the form of text, the writing is as follows "mcc m o simulasi.m simulation" ("Simulation" can be replaced with any word)
- Then press the button "enter" on the keyboard. Please wait, because the conversion process is underway. If successful, it will display a dialog to the Command window.
- Check the folder (C: \ ProgramFiles \ MATLAB71 \ work \). It will form a folder (simulasi_mcr) and some files such as files (simulasi.exe), (simulasi_mcc_component_data), (simulasi_main), and (simulasi.ctf).
- To test the file simulasi.exe clicked twice.
- Executable files that have been successful this can be run on computers that do not have the Matlab software, but with the condition that no computer of his Matlab software has been installed in accordance with the version of the application MCR_Installer Matlabnya.
OK .... that's a bit to create files in Matlab version excecutable old school. since the software Matlab is getting higher Spesification, the above can be ignored, because in most existing Matlab Software Option to create directly into executable files. Well, good luck ...........



