Newer
Older
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
function p = pathdef
%PATHDEF Search path defaults.
% PATHDEF returns a string that can be used as input to MATLABPATH
% in order to set the path.
% Copyright 1984-2016 The MathWorks, Inc.
% DO NOT MODIFY THIS FILE. IT IS AN AUTOGENERATED FILE.
% EDITING MAY CAUSE THE FILE TO BECOME UNREADABLE TO
% THE PATHTOOL AND THE INSTALLER.
p = [...
%%% BEGIN ENTRIES %%%
'/home/klaus/Desktop/DUNE/dune-microstructure/Matlab-Programs:', ...
'/home/klaus/Desktop/DUNE/dune-microstructure/Matlab-Programs/Testfold:', ...
'/home/klaus/Desktop/DUNE/dune-microstructure/Matlab-Programs/mynew:', ...
matlabroot,'/toolbox/matlab/matfun:', ...
matlabroot,'/toolbox/matlab/funfun:', ...
matlabroot,'/toolbox/matlab/ops:', ...
matlabroot,'/toolbox/matlab/lang:', ...
matlabroot,'/toolbox/matlab/datafun:', ...
matlabroot,'/toolbox/matlab/capabilities:', ...
matlabroot,'/toolbox/matlab/elmat:', ...
matlabroot,'/toolbox/matlab/datatypes:', ...
matlabroot,'/toolbox/matlab/timefun:', ...
matlabroot,'/toolbox/matlab/iofun:', ...
matlabroot,'/toolbox/matlab/validators:', ...
matlabroot,'/toolbox/matlab/randfun:', ...
matlabroot,'/toolbox/matlab/general:', ...
matlabroot,'/toolbox/matlab/strfun:', ...
matlabroot,'/toolbox/matlab/strfun/validators:', ...
matlabroot,'/toolbox/matlab/specfun:', ...
matlabroot,'/toolbox/matlab/polyfun:', ...
matlabroot,'/toolbox/matlab/sparfun:', ...
matlabroot,'/toolbox/matlab/mvm:', ...
matlabroot,'/toolbox/matlab/elfun:', ...
matlabroot,'/toolbox/matlab/graphics/math:', ...
matlabroot,'/toolbox/matlab/strfun/pattern:', ...
matlabroot,'/toolbox/matlab/helptools:', ...
matlabroot,'/toolbox/matlab/codetools:', ...
matlabroot,'/toolbox/matlab/codetools/embeddedoutputs:', ...
matlabroot,'/toolbox/matlab/codetools/embeddedoutputs/DataToolsRegistration:', ...
matlabroot,'/toolbox/matlab/codetools/liveapps:', ...
matlabroot,'/toolbox/matlab/datatools/desktop_workspacebrowser/matlab:', ...
matlabroot,'/toolbox/matlab/datatypes/datetime:', ...
matlabroot,'/toolbox/matlab/datamanager:', ...
matlabroot,'/toolbox/matlab/datatypes/duration:', ...
matlabroot,'/toolbox/matlab/testframework/uiautomation:', ...
matlabroot,'/toolbox/matlab/parquetio:', ...
matlabroot,'/toolbox/matlab/datatypes/codegen/datetime:', ...
matlabroot,'/toolbox/matlab/verctrl:', ...
matlabroot,'/toolbox/matlab/testframework/performance/core:', ...
matlabroot,'/toolbox/matlab/mapreduceio:', ...
matlabroot,'/toolbox/matlab/iot/connectivity:', ...
matlabroot,'/toolbox/matlab/testframework/ui/toolstrip:', ...
matlabroot,'/toolbox/matlab/demos:', ...
matlabroot,'/toolbox/matlab/datastoreio:', ...
matlabroot,'/toolbox/matlab/datatypes/shared/matlab_datatypes:', ...
matlabroot,'/toolbox/matlab/testframework/mock/core:', ...
matlabroot,'/toolbox/matlab/bigdata:', ...
matlabroot,'/toolbox/matlab/testframework/unittest/ext:', ...
matlabroot,'/toolbox/matlab/datatypes/datetime_nonlibmatlab:', ...
matlabroot,'/toolbox/matlab/datatypes/codegen/categorical:', ...
matlabroot,'/toolbox/matlab/parquetds:', ...
matlabroot,'/toolbox/matlab/graph2d:', ...
matlabroot,'/toolbox/matlab/graph3d:', ...
matlabroot,'/toolbox/matlab/graphics:', ...
matlabroot,'/toolbox/matlab/graphics/annotation:', ...
matlabroot,'/toolbox/matlab/graphics/axis:', ...
matlabroot,'/toolbox/matlab/graphics/chart:', ...
matlabroot,'/toolbox/matlab/graphics/color:', ...
matlabroot,'/toolbox/matlab/graphics/function:', ...
matlabroot,'/toolbox/matlab/graphics/illustration:', ...
matlabroot,'/toolbox/matlab/graphics/legacy:', ...
matlabroot,'/toolbox/matlab/graphics/obsolete:', ...
matlabroot,'/toolbox/matlab/graphics/printing:', ...
matlabroot,'/toolbox/matlab/graphics/objectsystem:', ...
matlabroot,'/toolbox/matlab/graphics/primitive:', ...
matlabroot,'/toolbox/matlab/plottools:', ...
matlabroot,'/toolbox/matlab/scribe:', ...
matlabroot,'/toolbox/matlab/scribe/obsolete:', ...
matlabroot,'/toolbox/matlab/specgraph:', ...
matlabroot,'/toolbox/matlab/uitools:', ...
matlabroot,'/toolbox/matlab/uitools/obsolete:', ...
matlabroot,'/toolbox/matlab/maps:', ...
matlabroot,'/toolbox/matlab/graphics/maps:', ...
matlabroot,'/toolbox/matlab/network:', ...
matlabroot,'/toolbox/matlab/io/functions:', ...
matlabroot,'/toolbox/matlab/guide:', ...
matlabroot,'/toolbox/matlab/testframework/measurement/ext:', ...
matlabroot,'/toolbox/matlab/matlab_preferences/matlab:', ...
matlabroot,'/toolbox/matlab/graphfun:', ...
matlabroot,'/toolbox/local:', ...
matlabroot,'/toolbox/matlab/io/spreadsheet:', ...
matlabroot,'/toolbox/matlab/datatools/desktop_variableeditor/matlab:', ...
matlabroot,'/toolbox/matlab/io/ftp:', ...
matlabroot,'/toolbox/matlab/datatypes/tabular:', ...
matlabroot,'/toolbox/matlab/testframework/unittest/core:', ...
matlabroot,'/toolbox/matlab/testframework/obsolete:', ...
matlabroot,'/toolbox/matlab/images:', ...
matlabroot,'/toolbox/matlab/dataui:', ...
matlabroot,'/toolbox/matlab/io/datastore/array:', ...
matlabroot,'/toolbox/matlab/urlmanager:', ...
matlabroot,'/toolbox/matlab/datatypes/shared/codegen:', ...
matlabroot,'/toolbox/matlab/datatypes/codegen/duration:', ...
matlabroot,'/toolbox/matlab/plottools/inspector:', ...
matlabroot,'/toolbox/matlab/datatypes/categorical:', ...
matlabroot,'/toolbox/matlab/datatypes/codegen/tabular:', ...
matlabroot,'/toolbox/matlab/io/archive:', ...
matlabroot,'/toolbox/matlab/icons:', ...
matlabroot,'/toolbox/matlab/testframework/measurement/core:', ...
matlabroot,'/toolbox/matlab/datatypes/calendarDuration:', ...
matlabroot,'/toolbox/matlab/winfun:', ...
matlabroot,'/toolbox/matlab/winfun/NET:', ...
matlabroot,'/toolbox/matlab/optimfun:', ...
matlabroot,'/toolbox/matlab/iot:', ...
matlabroot,'/toolbox/matlab/io/xml:', ...
matlabroot,'/toolbox/matlab/parallel:', ...
matlabroot,'/toolbox/matlab/testframework/uitest:', ...
matlabroot,'/toolbox/matlab/testframework/performance/ext:', ...
matlabroot,'/toolbox/matlab/depfun:', ...
matlabroot,'/toolbox/matlab/graphics/hg:', ...
matlabroot,'/toolbox/matlab/hardware/stubs:', ...
matlabroot,'/toolbox/matlab/codeanalysis/reports/analysis:', ...
matlabroot,'/toolbox/matlab/io/text:', ...
matlabroot,'/toolbox/shared/stateflow:', ...
matlabroot,'/toolbox/optim/problemdef:', ...
matlabroot,'/toolbox/matlab/pathtool:', ...
matlabroot,'/toolbox/shared/pdelib:', ...
matlabroot,'/toolbox/matlab/registration_framework/matlab:', ...
matlabroot,'/toolbox/shared/multimedia:', ...
matlabroot,'/toolbox/shared/simulink:', ...
matlabroot,'/toolbox/matlab/serialport:', ...
matlabroot,'/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_java_language_support/matlab:', ...
matlabroot,'/toolbox/matlab/embeddedoutputs/figureoutputs:', ...
matlabroot,'/toolbox/shared/imageio:', ...
matlabroot,'/toolbox/matlab/toolboxmanagement/matlab_api:', ...
matlabroot,'/toolbox/shared/controllib/general:', ...
matlabroot,'/toolbox/matlab/imagesci:', ...
matlabroot,'/toolbox/matlab/addons_product:', ...
matlabroot,'/toolbox/pde:', ...
matlabroot,'/toolbox/pde/pdedata:', ...
matlabroot,'/toolbox/shared/testmeaslib/general:', ...
matlabroot,'/toolbox/shared/mlreportgen/fop:', ...
matlabroot,'/toolbox/matlab/storage/matlabdrive:', ...
matlabroot,'/toolbox/matlab/profileviewer:', ...
matlabroot,'/examples/globaloptim/data:', ...
matlabroot,'/toolbox/shared/hwmanager/logger:', ...
matlabroot,'/toolbox/matlab/datatools/workspacebrowser/matlab:', ...
matlabroot,'/ui/mw-webwindow/mw-webwindow-m:', ...
matlabroot,'/toolbox/shared/datacreation:', ...
matlabroot,'/toolbox/shared/datacreation/task:', ...
matlabroot,'/toolbox/shared/datacreation/task/codegenerator:', ...
matlabroot,'/toolbox/shared/datacreation/task/interface:', ...
matlabroot,'/toolbox/shared/datacreation/task/ui:', ...
matlabroot,'/toolbox/shared/datacreation/uicomponent:', ...
matlabroot,'/toolbox/shared/datacreation/datagenerator:', ...
matlabroot,'/toolbox/matlab/timeseries:', ...
matlabroot,'/toolbox/shared/mlreportgen/dom:', ...
matlabroot,'/toolbox/shared/mlreportgen/dom/dom:', ...
matlabroot,'/toolbox/shared/mlreportgen/dom/dom/help:', ...
matlabroot,'/toolbox/shared/cmlink/matlab:', ...
matlabroot,'/toolbox/matlab/datatools/importtool/matlab/peer:', ...
matlabroot,'/toolbox/shared/blelib:', ...
matlabroot,'/toolbox/shared/mlreportgen/utils:', ...
matlabroot,'/toolbox/matlab/appdesigner/appdesigner/runtime:', ...
matlabroot,'/toolbox/hdlcoder/hdllib/ml_lib:', ...
matlabroot,'/toolbox/matlab/external/interfaces/webservices/wsdl:', ...
matlabroot,'/toolbox/matlab/reports:', ...
matlabroot,'/toolbox/matlab/datatools/datatoolsservices/matlab:', ...
matlabroot,'/toolbox/shared/mlreportgen/xml_xpath/xml_xpath/help:', ...
matlabroot,'/toolbox/shared/testmeaslib/graphics:', ...
matlabroot,'/toolbox/shared/controllib/graphics:', ...
matlabroot,'/toolbox/shared/controllib/graphics/utils:', ...
matlabroot,'/toolbox/shared/controllib/graphics/plotoptions:', ...
matlabroot,'/toolbox/matlab/datatools/peermodel_mcos/matlab:', ...
matlabroot,'/toolbox/coder/coderapp/utils/ml:', ...
matlabroot,'/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_vhdl_language_support/matlab:', ...
matlabroot,'/toolbox/matlab/project/views/util:', ...
matlabroot,'/toolbox/shared/advisor:', ...
matlabroot,'/toolbox/matlab/connector2/logger:', ...
matlabroot,'/toolbox/shared/coder/coder:', ...
matlabroot,'/toolbox/shared/coder/coder/gpucoder:', ...
matlabroot,'/toolbox/shared/coder/reportinfo:', ...
matlabroot,'/toolbox/shared/coder/coder/lib:', ...
matlabroot,'/toolbox/matlab/connector2/interpreter:', ...
matlabroot,'/toolbox/matlab/uicomponents/uicomponents/plugin/appdesigner:', ...
matlabroot,'/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_tlc_language_support/matlab:', ...
matlabroot,'/toolbox/matlab/datatools/inspector/matlab:', ...
matlabroot,'/toolbox/matlab/datatools/inspector/registration:', ...
matlabroot,'/toolbox/shared/instrument:', ...
matlabroot,'/toolbox/diagram/layout/treelayout:', ...
matlabroot,'/toolbox/matlab/helptools_js/matlab_colon_docservice/m:', ...
matlabroot,'/toolbox/shared/asynciolib:', ...
matlabroot,'/toolbox/matlab/dependency/widget/window:', ...
matlabroot,'/toolbox/shared/diagnostic:', ...
matlabroot,'/toolbox/matlab/appdesigner/matlab_integration/cfb/cfb:', ...
matlabroot,'/toolbox/shared/codergui/codergui:', ...
matlabroot,'/toolbox/shared/cxxfe/parser_mi/parser_mi:', ...
matlabroot,'/toolbox/matlab/uicomponents/uicomponents:', ...
matlabroot,'/toolbox/matlab/uicomponents/uicomponents/graphics:', ...
matlabroot,'/toolbox/matlab/uicomponents/uicomponents/style:', ...
matlabroot,'/examples/graphics/data:', ...
matlabroot,'/toolbox/shared/hwmanager/hwconnection:', ...
matlabroot,'/toolbox/matlab/system/editor:', ...
matlabroot,'/toolbox/globaloptim/globaloptimdemos:', ...
matlabroot,'/examples/symbolic/data:', ...
matlabroot,'/toolbox/matlab/embeddedoutputs/outpututilities:', ...
matlabroot,'/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_xml_language_support/matlab:', ...
matlabroot,'/toolbox/matlab/connector2/mgg:', ...
matlabroot,'/toolbox/shared/hwmanager/hwmanagerapp:', ...
matlabroot,'/toolbox/shared/hwmanager/hwmanagerapp/devicedetection:', ...
matlabroot,'/toolbox/shared/hwmanager/hwmanagerapp/devices:', ...
matlabroot,'/toolbox/shared/hwmanager/hwmanagerapp/providers:', ...
matlabroot,'/toolbox/shared/hwmanager/hwmanagerapp/plugins:', ...
matlabroot,'/toolbox/shared/hwmanager/hwmanagerapp/hwsetup:', ...
matlabroot,'/toolbox/shared/spreadsheet:', ...
matlabroot,'/toolbox/matlab/addons_registry/matlab:', ...
matlabroot,'/toolbox/matlab/toolstrip:', ...
matlabroot,'/toolbox/matlab/addon_enable_disable_management/matlab:', ...
matlabroot,'/toolbox/coder/coderapp/common/ml:', ...
matlabroot,'/toolbox/shared/comparisons:', ...
matlabroot,'/toolbox/matlab/external/interfaces/webservices/restful:', ...
matlabroot,'/toolbox/matlab/external/interfaces/webservices:', ...
matlabroot,'/toolbox/matlab/appdesigner/appdesigner/interface:', ...
matlabroot,'/toolbox/shared/mlreportgen/widgets/equation/matlab:', ...
matlabroot,'/toolbox/matlab/addons:', ...
matlabroot,'/toolbox/matlab/addons/cef:', ...
matlabroot,'/toolbox/matlab/addons/fileexchange:', ...
matlabroot,'/toolbox/matlab/addons/supportpackages:', ...
matlabroot,'/toolbox/shared/hwmanager/hwmanagerapp/devicedata:', ...
matlabroot,'/toolbox/matlab/connector2/editor:', ...
matlabroot,'/toolbox/shared/io/general:', ...
matlabroot,'/toolbox/matlab/external/engines/engine_api:', ...
matlabroot,'/toolbox/pde/pdedemos:', ...
matlabroot,'/toolbox/symbolic/symbolic:', ...
matlabroot,'/toolbox/symbolic/graphics:', ...
matlabroot,'/toolbox/symbolic/validators:', ...
matlabroot,'/toolbox/matlab/external/interfaces/python:', ...
matlabroot,'/toolbox/matlab/external/interfaces/cpp:', ...
matlabroot,'/toolbox/matlab/ddux:', ...
matlabroot,'/toolbox/symbolic/symbolicdemos:', ...
matlabroot,'/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_js_language_support/matlab:', ...
matlabroot,'/toolbox/matlab/connector2/messageservice:', ...
matlabroot,'/examples/antenna/data:', ...
matlabroot,'/toolbox/matlab/external/mex:', ...
matlabroot,'/toolbox/globaloptim:', ...
matlabroot,'/toolbox/globaloptim/globaloptim:', ...
matlabroot,'/toolbox/matlab/filebrowser_actions/default_actions/matlab:', ...
matlabroot,'/toolbox/matlab/filebrowser_actions/layout_actions/matlab:', ...
matlabroot,'/toolbox/matlab/filebrowser_actions/sharing_actions/matlab:', ...
matlabroot,'/toolbox/matlab/connector2/nativebridge:', ...
matlabroot,'/toolbox/matlab/cefclient:', ...
matlabroot,'/toolbox/matlab/addressbar_plugins/browse_for_folder_button/matlab:', ...
matlabroot,'/toolbox/matlab/addressbar_plugins/cd_up_one_dir_button/matlab:', ...
matlabroot,'/examples/matlabmobile/data:', ...
matlabroot,'/toolbox/matlab/connector2/shadowfiles:', ...
matlabroot,'/toolbox/shared/supportpkgservices/legacysupportpkginfo:', ...
matlabroot,'/toolbox/shared/supportpkgservices/installservices:', ...
matlabroot,'/toolbox/shared/supportpkgservices/supportpackageroot:', ...
matlabroot,'/toolbox/shared/supportpkgservices/installedapi:', ...
matlabroot,'/toolbox/shared/surrogatelib:', ...
matlabroot,'/toolbox/shared/deviceplugindetection:', ...
matlabroot,'/examples/optim/data:', ...
matlabroot,'/toolbox/matlab/addon_updates/matlab:', ...
matlabroot,'/toolbox/shared/template_core:', ...
matlabroot,'/toolbox/shared/hwconnectinstaller/common:', ...
matlabroot,'/toolbox/matlab/dependency/refactoring:', ...
matlabroot,'/examples/matlab/data:', ...
matlabroot,'/toolbox/matlab/system:', ...
matlabroot,'/toolbox/shared/mlreportgen/xml_transform/xml_transform/help:', ...
matlabroot,'/toolbox/shared/hwmanager/hwservices/hwinfo:', ...
matlabroot,'/toolbox/matlab/networklib:', ...
matlabroot,'/toolbox/matlab/project/dependency:', ...
matlabroot,'/toolbox/shared/polyspace:', ...
matlabroot,'/toolbox/matlab/updateinstaller:', ...
matlabroot,'/toolbox/comparisons/view/edits:', ...
matlabroot,'/toolbox/matlab/datatools/editorconverters/matlab:', ...
matlabroot,'/toolbox/matlab/supportpackagemanagement:', ...
matlabroot,'/toolbox/matlab/connector2/connector:', ...
matlabroot,'/toolbox/shared/mldatx:', ...
matlabroot,'/toolbox/matlab/project/views/action_web/project-action-ui/matlab:', ...
matlabroot,'/toolbox/matlab/external/interfaces/json:', ...
matlabroot,'/toolbox/matlab/toolbox_packaging:', ...
matlabroot,'/toolbox/matlab/connector2/restmatlab:', ...
matlabroot,'/toolbox/shared/hotpluglib:', ...
matlabroot,'/toolbox/matlab/filebrowser:', ...
matlabroot,'/toolbox/matlab/datatools/variableeditor/matlab:', ...
matlabroot,'/toolbox/matlab/debugger:', ...
matlabroot,'/toolbox/shared/mlreportgen/ppt:', ...
matlabroot,'/toolbox/shared/mlreportgen/ppt/ppt:', ...
matlabroot,'/toolbox/shared/mlreportgen/ppt/ppt/help:', ...
matlabroot,'/toolbox/rptgen/xmlcomp:', ...
matlabroot,'/toolbox/shared/mlreportgen/xml/xml/help:', ...
matlabroot,'/toolbox/matlab/audiovideo:', ...
matlabroot,'/toolbox/coder/coderapp/form/ml:', ...
matlabroot,'/toolbox/matlab/uicomponents/uicomponents/uicontrol:', ...
matlabroot,'/toolbox/matlab/uitools/uicomponents/components:', ...
matlabroot,'/toolbox/matlab/connector2/common:', ...
matlabroot,'/toolbox/shared/optimlib:', ...
matlabroot,'/toolbox/matlab/dependency/app:', ...
matlabroot,'/toolbox/matlab/connector2/worker:', ...
matlabroot,'/toolbox/shared/mlreportgen/rpt:', ...
matlabroot,'/toolbox/shared/mlreportgen/rpt/rpt:', ...
matlabroot,'/toolbox/symbolic/tasks:', ...
matlabroot,'/toolbox/matlab/appdesigner/appdesigner:', ...
matlabroot,'/toolbox/shared/mlarrow:', ...
matlabroot,'/toolbox/matlab/preferences/variablesprefpanel/variablesprefpanel-ui:', ...
matlabroot,'/toolbox/matlab/resources_folder:', ...
matlabroot,'/toolbox/shared/virtualfileio:', ...
matlabroot,'/toolbox/matlab/project/unsavedchanges:', ...
matlabroot,'/toolbox/matlab/dependency/report:', ...
matlabroot,'/toolbox/shared/transportlib:', ...
matlabroot,'/toolbox/matlab/configtools:', ...
matlabroot,'/toolbox/matlab/storage/mldrivedesktop:', ...
matlabroot,'/toolbox/matlab/preferences/workspaceprefpanel/workspaceprefpanel-ui:', ...
matlabroot,'/toolbox/matlab/connector2/configuration:', ...
matlabroot,'/toolbox/matlab/dependency/analysis:', ...
matlabroot,'/toolbox/physmod/simscape/language_editor/m:', ...
matlabroot,'/toolbox/optim/optimdemos:', ...
matlabroot,'/toolbox/matlab/connector2/session:', ...
matlabroot,'/toolbox/matlab/richcontent_preview/matlab:', ...
matlabroot,'/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_verilog_language_support/matlab:', ...
matlabroot,'/toolbox/shared/viewmodel/viewmodel:', ...
matlabroot,'/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_clike_language_support/matlab:', ...
matlabroot,'/toolbox/matlab/findfiles/m:', ...
matlabroot,'/toolbox/classdiagram/app/mcos:', ...
matlabroot,'/toolbox/matlab/uicomponents/uicomponents/databrowser:', ...
matlabroot,'/toolbox/shared/images_datatypes:', ...
matlabroot,'/toolbox/matlab/datatools/plotstab/matlab:', ...
matlabroot,'/toolbox/matlab/appcontainer/appcontainer:', ...
matlabroot,'/toolbox/shared/hadoopserializer:', ...
matlabroot,'/toolbox/matlab/bluetooth:', ...
matlabroot,'/toolbox/coder/coderapp/config/ml:', ...
matlabroot,'/toolbox/matlab/addons_common/matlab:', ...
matlabroot,'/toolbox/matlab/apps:', ...
matlabroot,'/toolbox/shared/networklib:', ...
matlabroot,'/toolbox/matlab/helptools/reference:', ...
matlabroot,'/toolbox/matlab/mex:', ...
matlabroot,'/toolbox/matlab/embeddedoutputs/variableoutputs:', ...
matlabroot,'/toolbox/matlab/webcam:', ...
matlabroot,'/toolbox/diagram/editor/web/m:', ...
matlabroot,'/toolbox/shared/appdes/services:', ...
matlabroot,'/toolbox/classdiagram/app/core:', ...
matlabroot,'/toolbox/matlab/dependency/attribute:', ...
matlabroot,'/toolbox/matlab/external/interfaces/java/jmi:', ...
matlabroot,'/toolbox/matlab/datatools/importtool/matlab/server:', ...
matlabroot,'/toolbox/matlab/serial:', ...
matlabroot,'/toolbox/shared/hwmanager/hwsetup:', ...
matlabroot,'/toolbox/shared/hwmanager/hwsetup/hwwidgets:', ...
matlabroot,'/toolbox/shared/hwmanager/hwsetup/hwtemplates:', ...
matlabroot,'/toolbox/shared/hwmanager/hwsetup/launch:', ...
matlabroot,'/toolbox/shared/seriallib:', ...
matlabroot,'/toolbox/shared/supportsoftware/launcher:', ...
matlabroot,'/toolbox/shared/supportsoftware/services:', ...
matlabroot,'/toolbox/shared/supportsoftware/upgrade:', ...
matlabroot,'/toolbox/matlab/embeddedoutputs/outputs:', ...
matlabroot,'/toolbox/matlab/datatools/media_widgets/matlab:', ...
matlabroot,'/toolbox/optim/optim:', ...
matlabroot,'/toolbox/optim:', ...
matlabroot,'/examples/pde/data:', ...
matlabroot,'/toolbox/matlab/connector2/http:', ...
matlabroot,'/toolbox/shared/transportclients:', ...
matlabroot,'/toolbox/matlab/project:', ...
matlabroot,'/toolbox/matlab/project/example:', ...
matlabroot,'/toolbox/matlab/project/toolstrip:', ...
matlabroot,'/toolbox/simulink/simulink/slproject:', ...
matlabroot,'/toolbox/simulink/simulink/slproject/menu:', ...
matlabroot,'/toolbox/shared/rptgen:', ...
matlabroot,'/toolbox/matlab/external/interfaces/webservices/http:', ...
matlabroot,'/toolbox/matlab/connector2/figures:', ...
matlabroot,'/toolbox/matlab/appdesigner/comparison:', ...
%%% END ENTRIES %%%
...
];
if startsWith(computer, 'PC') % ispc and pathsep not available
separator = ';';
else
separator = ':';
end
p = [userpath separator getenv('MATLABPATH') separator p];