-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from ahmedosama07/gui
Gui
- Loading branch information
Showing
22 changed files
with
3,506 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0"> | ||
<configuration file="D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\TransmissionLines.prj" location="D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines" name="TransmissionLines" target="target.ezdeploy.standalone" target-name="Application Compiler"> | ||
<param.appname>TransmissionLines</param.appname> | ||
<param.icon /> | ||
<param.icons /> | ||
<param.version>1.0</param.version> | ||
<param.authnamewatermark>Ahmed Osama</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company /> | ||
<param.summary /> | ||
<param.description /> | ||
<param.screenshot /> | ||
<param.guid /> | ||
<param.installpath.string>\TransmissionLines\</param.installpath.string> | ||
<param.installpath.combo>option.installpath.programfiles</param.installpath.combo> | ||
<param.logo /> | ||
<param.install.notes /> | ||
<param.target.install.notes /> | ||
<param.intermediate>${PROJECT_ROOT}\TransmissionLines\for_testing</param.intermediate> | ||
<param.files.only>${PROJECT_ROOT}\TransmissionLines\for_redistribution_files_only</param.files.only> | ||
<param.output>${PROJECT_ROOT}\TransmissionLines\for_redistribution</param.output> | ||
<param.logdir>${PROJECT_ROOT}\TransmissionLines</param.logdir> | ||
<param.enable.clean.build>false</param.enable.clean.build> | ||
<param.user.defined.mcr.options /> | ||
<param.target.type>subtarget.standalone</param.target.type> | ||
<param.support.packages /> | ||
<param.web.mcr>true</param.web.mcr> | ||
<param.package.mcr>false</param.package.mcr> | ||
<param.no.mcr>false</param.no.mcr> | ||
<param.web.mcr.name>MyAppInstaller_web</param.web.mcr.name> | ||
<param.package.mcr.name>MyAppInstaller_mcr</param.package.mcr.name> | ||
<param.no.mcr.name>MyAppInstaller_app</param.no.mcr.name> | ||
<param.windows.command.prompt>true</param.windows.command.prompt> | ||
<param.create.log>false</param.create.log> | ||
<param.log.file /> | ||
<param.native.matlab>false</param.native.matlab> | ||
<param.checkbox>false</param.checkbox> | ||
<param.example /> | ||
<param.help.text>Syntax | ||
-? | ||
|
||
Input Arguments | ||
-? print help on how to use the application | ||
input arguments</param.help.text> | ||
<unset> | ||
<param.icon /> | ||
<param.icons /> | ||
<param.version /> | ||
<param.company /> | ||
<param.summary /> | ||
<param.description /> | ||
<param.screenshot /> | ||
<param.guid /> | ||
<param.installpath.string /> | ||
<param.installpath.combo /> | ||
<param.logo /> | ||
<param.install.notes /> | ||
<param.target.install.notes /> | ||
<param.intermediate /> | ||
<param.files.only /> | ||
<param.output /> | ||
<param.logdir /> | ||
<param.enable.clean.build /> | ||
<param.user.defined.mcr.options /> | ||
<param.target.type /> | ||
<param.support.packages /> | ||
<param.web.mcr /> | ||
<param.package.mcr /> | ||
<param.no.mcr /> | ||
<param.web.mcr.name /> | ||
<param.package.mcr.name /> | ||
<param.no.mcr.name /> | ||
<param.windows.command.prompt /> | ||
<param.create.log /> | ||
<param.log.file /> | ||
<param.native.matlab /> | ||
<param.checkbox /> | ||
<param.example /> | ||
</unset> | ||
<fileset.main> | ||
<file>${PROJECT_ROOT}\app1_autoreflow2.mlapp</file> | ||
</fileset.main> | ||
<fileset.resources /> | ||
<fileset.package /> | ||
<fileset.depfun> | ||
<file>${PROJECT_ROOT}\capacitance.m</file> | ||
<file>${PROJECT_ROOT}\CASE1.m</file> | ||
<file>${PROJECT_ROOT}\CASE2.m</file> | ||
<file>${PROJECT_ROOT}\inductance.m</file> | ||
<file>${PROJECT_ROOT}\inputsdlg.m</file> | ||
<file>${PROJECT_ROOT}\lineParameters.m</file> | ||
<file>${PROJECT_ROOT}\linePerformance.m</file> | ||
<file>${PROJECT_ROOT}\longLine.m</file> | ||
<file>${PROJECT_ROOT}\midiumLine.m</file> | ||
<file>${PROJECT_ROOT}\rcl.m</file> | ||
<file>${PROJECT_ROOT}\resistance.m</file> | ||
<file>${PROJECT_ROOT}\shortLine.m</file> | ||
</fileset.depfun> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}\TransmissionLines\for_testing" name="TransmissionLines.exe" optional="false">D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\TransmissionLines\for_testing\TransmissionLines.exe</file> | ||
<file location="${PROJECT_ROOT}\TransmissionLines\for_testing" name="splash.png" optional="false">D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\TransmissionLines\for_testing\splash.png</file> | ||
<file location="${PROJECT_ROOT}\TransmissionLines\for_testing" name="readme.txt" optional="true">D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\TransmissionLines\for_testing\readme.txt</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>C:\Program Files\Polyspace\R2021a</root> | ||
<toolboxes> | ||
<toolbox name="matlabcoder" /> | ||
</toolboxes> | ||
<toolbox> | ||
<matlabcoder> | ||
<enabled>true</enabled> | ||
</matlabcoder> | ||
</toolbox> | ||
</matlab> | ||
<platform> | ||
<unix>false</unix> | ||
<mac>false</mac> | ||
<windows>true</windows> | ||
<win2k>false</win2k> | ||
<winxp>false</winxp> | ||
<vista>false</vista> | ||
<linux>false</linux> | ||
<solaris>false</solaris> | ||
<osver>10.0</osver> | ||
<os32>false</os32> | ||
<os64>true</os64> | ||
<arch>win64</arch> | ||
<matlab>true</matlab> | ||
</platform> | ||
</configuration> | ||
</deployment-project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<html><meta charset="UTF-8"><pre> | ||
<font color=blue>mcc -o TransmissionLines -W 'WinMain:TransmissionLines,version=1.0' -T link:exe -d 'D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\TransmissionLines\for_testing' -v 'D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\app1_autoreflow2.mlapp' -r 'C:\Program Files\Polyspace\R2021a\toolbox\compiler\resources\default_icon.ico' </font> | ||
Compiler version: 8.2 (R2021a) | ||
|
||
Analyzing file dependencies. | ||
|
||
Parsing file "D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\app1_autoreflow2.mlapp" | ||
(referenced from command line). | ||
Generating file "D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\TransmissionLines\for_testing\readme.txt". | ||
<font color=blue>Packaging...</font> | ||
Creating the bundle... | ||
Creating the install agent URL file... | ||
Web based installer created at D:\Engineering\College\Year 2\Second Term\Power Systems\Projects\Transmission-Lines\TransmissionLines\for_redistribution\MyAppInstaller_web.exe. | ||
Packaging complete. | ||
Elapsed packaging time was: 7 seconds. | ||
</pre></html> |
Binary file not shown.
Binary file added
BIN
+2.72 MB
TransmissionLines/for_redistribution_files_only/TransmissionLines.exe
Binary file not shown.
47 changes: 47 additions & 0 deletions
47
TransmissionLines/for_redistribution_files_only/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
TransmissionLines Executable | ||
|
||
1. Prerequisites for Deployment | ||
|
||
Verify that version 9.10 (R2021a) 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 R2021a | ||
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 | ||
================================ | ||
-TransmissionLines.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. | ||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The List of Excluded Files | ||
Excluded files Exclusion Message ID Reason For Exclusion Exclusion Rule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
TransmissionLines Executable | ||
|
||
1. Prerequisites for Deployment | ||
|
||
Verify that version 9.10 (R2021a) 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 R2021a | ||
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 | ||
================================ | ||
-TransmissionLines.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. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
35000 35010 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Path Symbol Reason |
Binary file not shown.
Oops, something went wrong.