-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeftPadToolbox.prj
160 lines (146 loc) · 5.05 KB
/
LeftPadToolbox.prj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="1040632844" file="/Users/rsouza/sandbox/projects/github/left-pad-toolbox/LeftPadToolbox.prj" location="/Users/rsouza/sandbox/projects/github/left-pad-toolbox" name="LeftPadToolbox" target="target.toolbox" target-name="Package Toolbox">
<param.appname>LeftPad Toolbox</param.appname>
<param.authnamewatermark>Randy Souza</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company>MathWorks</param.company>
<param.summary>String left-padding for MATLAB</param.summary>
<param.description># LeftPad Toolbox
String left-padding for MATLAB.
## Install
### Manual install
Clone the git repository.
```
git clone https://github.com/rks/left-pad-toolbox.git
```
Add the `tbx/doc` and `tbx/leftpad` directories to your MATLAB path.
```matlab
addpath 'path-to-cloned-code/tbx/doc'
addpath 'path-to-cloned-code/tbx/leftpad'
```
## Use
```matlab
>> leftpad('Hello!', 10)
```
```
ans =
Hello!
```
```matlab
>> leftpad('Hello!', 10, '+')
```
```
ans =
++++Hello!
```
## Run the tests
From the project's root:
```matlab
>> run 'tests/runner'
```</param.description>
<param.screenshot>${PROJECT_ROOT}/assets/logo-960x720.png</param.screenshot>
<param.version>1.3.0</param.version>
<param.output>${PROJECT_ROOT}/LeftPad Toolbox.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
</param.products.name>
<param.products.id>
<item>1</item>
</param.products.id>
<param.products.version>
<item>9.5</item>
</param.products.version>
<param.platforms />
<param.guid>d33688be-ff4e-4989-82b9-a07405252389</param.guid>
<param.exclude.filters />
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs>${PROJECT_ROOT}/tbx/info.xml</param.docs>
<param.getting.started.guide>${PROJECT_ROOT}/tbx/doc/GettingStarted.mlx</param.getting.started.guide>
<param.matlabpath.excludes>
<item>/</item>
</param.matlabpath.excludes>
<param.javaclasspath.excludes />
<param.exported.on.package>false</param.exported.on.package>
<param.release.start>R2014b</param.release.start>
<param.release.end>R2016a</param.release.end>
<param.release.current.only>false</param.release.current.only>
<param.compatiblity.windows>true</param.compatiblity.windows>
<param.compatiblity.macos>true</param.compatiblity.macos>
<param.compatiblity.linux>true</param.compatiblity.linux>
<param.compatiblity.matlabonline>true</param.compatiblity.matlabonline>
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
<unset>
<param.output />
<param.platforms />
<param.exclude.filters />
<param.exclude.pcodedmfiles />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.javaclasspath.excludes />
<param.exported.on.package />
<param.release.current.only />
<param.compatiblity.windows />
<param.compatiblity.macos />
<param.compatiblity.linux />
<param.compatiblity.matlabonline />
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
</unset>
<fileset.rootdir>
<file>${PROJECT_ROOT}/tbx</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}/tbx/doc</file>
<file>${PROJECT_ROOT}/tbx/info.xml</file>
<file>${PROJECT_ROOT}/tbx/leftpad</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="/Users/rsouza/sandbox/projects/github/left-pad-toolbox" name="LeftPad Toolbox.mltbx" optional="false">/Users/rsouza/sandbox/projects/github/left-pad-toolbox/LeftPad Toolbox.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>/Applications/MATLAB_R2018b.app</root>
<toolboxes>
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
</matlab>
<platform>
<unix>true</unix>
<mac>true</mac>
<windows>false</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.13.5</osver>
<os32>false</os32>
<os64>true</os64>
<arch>maci64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>