Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_matlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_matlab
Merge requests
!64
Merge new CI Test into master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge new CI Test into master
development
into
master
Overview
0
Commits
2
Pipelines
1
Changes
13
Merged
Lemmer, Jan
requested to merge
development
into
master
3 years ago
Overview
0
Commits
2
Pipelines
1
Changes
13
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
034ce944
2 commits,
3 years ago
13 files
+
144
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
+PlotID/@config/config.m
+
1
−
1
Options
@@ -22,7 +22,7 @@ classdef config < handle
% wizard is started by the catch block
obj
.
configFileName
=
configFileName
;
try
%Validity Check
tmp
=
what
(
"PlotID"
);
tmp
=
what
(
"
+
PlotID"
);
tmp
=
strrep
(
tmp
.
path
,
'+PlotID'
,
''
);
defaultConfigPath
=
fullfile
(
tmp
,
obj
.
configFileName
);
if
isfile
(
defaultConfigPath
)
Loading