diff --git a/PP_routine.exe b/PP_routine.exe index b7e5678..62fbb44 100644 Binary files a/PP_routine.exe and b/PP_routine.exe differ diff --git a/PP_routine.prj b/PP_routine.prj new file mode 100644 index 0000000..39b310f --- /dev/null +++ b/PP_routine.prj @@ -0,0 +1,176 @@ + + + PP_routine + + + 3.2 + Dre + + + + + + + \PP_routine\ + option.installpath.programfiles + + + + ${PROJECT_ROOT}\PP_routine\for_testing + ${PROJECT_ROOT}\PP_routine\for_redistribution_files_only + ${PROJECT_ROOT}\PP_routine\for_redistribution + ${PROJECT_ROOT}\PP_routine + false + + subtarget.standalone + + true + false + false + MyAppInstaller_web + MyAppInstaller_mcr + MyAppInstaller_app + true + false + + false + false + + Syntax + -? + + Input Arguments + -? print help on how to use the application + input arguments + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${PROJECT_ROOT}\interface_v1_App.mlapp + + + + + ${PROJECT_ROOT}\calculate_v5.m + ${PROJECT_ROOT}\EPFL2.png + ${PROJECT_ROOT}\excel_v2.m + ${PROJECT_ROOT}\Folder_icon.png + ${PROJECT_ROOT}\icon_info.png + ${PROJECT_ROOT}\latex_v2.m + ${PROJECT_ROOT}\Load2_icon.png + ${PROJECT_ROOT}\Logo_PTMH.png + ${PROJECT_ROOT}\Main_v1.m + ${PROJECT_ROOT}\myprogress3.m + ${PROJECT_ROOT}\PTMH_Icon.png + ${PROJECT_ROOT}\read_v1.m + ${PROJECT_ROOT}\save2pdf.m + ${PROJECT_ROOT}\Sxx_Function_Local.m + ${PROJECT_ROOT}\v2p5\TDMS_getDataSize.m + ${PROJECT_ROOT}\v2p5\TDMS_getDataTypeName.m + ${PROJECT_ROOT}\v2p5\TDMS_getGroupChanNames.m + ${PROJECT_ROOT}\v2p5\TDMS_getPropValue.m + ${PROJECT_ROOT}\v2p5\TDMS_getTypeSeekSizes.m + ${PROJECT_ROOT}\v2p5\TDMS_handleGetDataOption.m + ${PROJECT_ROOT}\v2p5\TDMS_initData.m + ${PROJECT_ROOT}\v2p5\TDMS_preprocessFile.m + ${PROJECT_ROOT}\v2p5\TDMS_processLeadIn.m + ${PROJECT_ROOT}\v2p5\TDMS_readFileHelper_v1.m + ${PROJECT_ROOT}\v2p5\TDMS_readFileHelper_v2.m + ${PROJECT_ROOT}\v2p5\TDMS_readTDMSFile.m + + + D:\Users\erdroz\Desktop\PP bureau\Matlab\PP Routine\Codes\PP_routine\for_testing\readme.txt + D:\Users\erdroz\Desktop\PP bureau\Matlab\PP Routine\Codes\PP_routine\for_testing\splash.png + D:\Users\erdroz\Desktop\PP bureau\Matlab\PP Routine\Codes\PP_routine\for_testing\PP_routine.exe + + + + C:\Program Files\MATLAB\R2020a + + + + + + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + false + false + true + false + false + false + false + false + 10.0 + false + true + win64 + true + + + \ No newline at end of file diff --git a/PP_routine/PackagingLog.html b/PP_routine/PackagingLog.html new file mode 100644 index 0000000..4c48b5f --- /dev/null +++ b/PP_routine/PackagingLog.html @@ -0,0 +1,22 @@ +
+mcc -o PP_routine -W 'WinMain:PP_routine,version=3.2' -T link:exe -d 'D:\Users\erdroz\Desktop\PP bureau\Matlab\PP Routine\Codes\PP_routine\for_testing' -v 'D:\Users\erdroz\Desktop\PP bureau\Matlab\PP Routine\Codes\interface_v1_App.mlapp' -r 'C:\Program Files\MATLAB\R2020a\toolbox\compiler\resources\default_icon.ico' 
+Compiler version: 8.0 (R2020a)
+
+Dependency analysis by REQUIREMENTS.
+
+Warning: Your deployed application may fail because file or folder paths
+not present in the deployed environment may be included in your MATLAB startup
+file. Use the MATLAB function "isdeployed" in your MATLAB startup file to
+determine the appropriate execution environment when including file and folder
+paths, and recompile your application.
+
+Parsing file "D:\Users\erdroz\Desktop\PP bureau\Matlab\PP Routine\Codes\interface_v1_App.mlapp"
+	(referenced from command line).
+Generating file "D:\Users\erdroz\Desktop\PP bureau\Matlab\PP Routine\Codes\PP_routine\for_testing\readme.txt".
+Packaging...
+Creating the bundle...
+Creating the install agent URL file...
+Web based installer created at D:\Users\erdroz\Desktop\PP bureau\Matlab\PP Routine\Codes\PP_routine\for_redistribution\MyAppInstaller_web.exe.
+Packaging complete.
+Elapsed packaging time was: 30 seconds.
+
diff --git a/PP_routine.exe b/PP_routine/for_redistribution/MyAppInstaller_web.exe similarity index 51% copy from PP_routine.exe copy to PP_routine/for_redistribution/MyAppInstaller_web.exe index b7e5678..338aa28 100644 Binary files a/PP_routine.exe and b/PP_routine/for_redistribution/MyAppInstaller_web.exe differ diff --git a/PP_routine.exe b/PP_routine/for_redistribution_files_only/PP_routine.exe similarity index 93% copy from PP_routine.exe copy to PP_routine/for_redistribution_files_only/PP_routine.exe index b7e5678..62fbb44 100644 Binary files a/PP_routine.exe and b/PP_routine/for_redistribution_files_only/PP_routine.exe differ diff --git a/PP_routine/for_redistribution_files_only/readme.txt b/PP_routine/for_redistribution_files_only/readme.txt new file mode 100644 index 0000000..fc05dfb --- /dev/null +++ b/PP_routine/for_redistribution_files_only/readme.txt @@ -0,0 +1,47 @@ +PP_routine Executable + +1. Prerequisites for Deployment + +Verify that version 9.8 (R2020a) of the MATLAB Runtime is installed. +If not, you can run the MATLAB Runtime installer. +To find its location, enter + + >>mcrinstaller + +at the MATLAB prompt. +NOTE: You will need administrator rights to run the MATLAB Runtime installer. + +Alternatively, download and install the Windows version of the MATLAB Runtime for R2020a +from the following link on the MathWorks website: + + https://www.mathworks.com/products/compiler/mcr/index.html + +For more information about the MATLAB Runtime and the MATLAB Runtime installer, see +"Distribute Applications" in the MATLAB Compiler documentation +in the MathWorks Documentation Center. + +2. Files to Deploy and Package + +Files to Package for Standalone +================================ +-PP_routine.exe +-MCRInstaller.exe + Note: if end users are unable to download the MATLAB Runtime using the + instructions in the previous section, include it when building your + component by clicking the "Runtime included in package" link in the + Deployment Tool. +-This readme file + + + +3. Definitions + +For information on deployment terminology, go to +https://www.mathworks.com/help and select MATLAB Compiler > +Getting Started > About Application Deployment > +Deployment Product Terms in the MathWorks Documentation +Center. + + + + diff --git a/PP_routine/for_redistribution_files_only/splash.png b/PP_routine/for_redistribution_files_only/splash.png new file mode 100644 index 0000000..d60c6fa Binary files /dev/null and b/PP_routine/for_redistribution_files_only/splash.png differ diff --git a/PP_routine.exe b/PP_routine/for_testing/PP_routine.exe similarity index 93% copy from PP_routine.exe copy to PP_routine/for_testing/PP_routine.exe index b7e5678..62fbb44 100644 Binary files a/PP_routine.exe and b/PP_routine/for_testing/PP_routine.exe differ diff --git a/PP_routine/for_testing/mccExcludedFiles.log b/PP_routine/for_testing/mccExcludedFiles.log new file mode 100644 index 0000000..9d0f909 --- /dev/null +++ b/PP_routine/for_testing/mccExcludedFiles.log @@ -0,0 +1,2 @@ +The List of Excluded Files +Excluded files Exclusion Message ID Reason For Exclusion Exclusion Rule diff --git a/PP_routine/for_testing/readme.txt b/PP_routine/for_testing/readme.txt new file mode 100644 index 0000000..fc05dfb --- /dev/null +++ b/PP_routine/for_testing/readme.txt @@ -0,0 +1,47 @@ +PP_routine Executable + +1. Prerequisites for Deployment + +Verify that version 9.8 (R2020a) of the MATLAB Runtime is installed. +If not, you can run the MATLAB Runtime installer. +To find its location, enter + + >>mcrinstaller + +at the MATLAB prompt. +NOTE: You will need administrator rights to run the MATLAB Runtime installer. + +Alternatively, download and install the Windows version of the MATLAB Runtime for R2020a +from the following link on the MathWorks website: + + https://www.mathworks.com/products/compiler/mcr/index.html + +For more information about the MATLAB Runtime and the MATLAB Runtime installer, see +"Distribute Applications" in the MATLAB Compiler documentation +in the MathWorks Documentation Center. + +2. Files to Deploy and Package + +Files to Package for Standalone +================================ +-PP_routine.exe +-MCRInstaller.exe + Note: if end users are unable to download the MATLAB Runtime using the + instructions in the previous section, include it when building your + component by clicking the "Runtime included in package" link in the + Deployment Tool. +-This readme file + + + +3. Definitions + +For information on deployment terminology, go to +https://www.mathworks.com/help and select MATLAB Compiler > +Getting Started > About Application Deployment > +Deployment Product Terms in the MathWorks Documentation +Center. + + + + diff --git a/PP_routine/for_testing/requiredMCRProducts.txt b/PP_routine/for_testing/requiredMCRProducts.txt new file mode 100644 index 0000000..92b5b43 --- /dev/null +++ b/PP_routine/for_testing/requiredMCRProducts.txt @@ -0,0 +1 @@ +35000 35010 35108 35124 35191 35274 \ No newline at end of file diff --git a/PP_routine/for_testing/splash.png b/PP_routine/for_testing/splash.png new file mode 100644 index 0000000..d60c6fa Binary files /dev/null and b/PP_routine/for_testing/splash.png differ