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
Commits
f456bb69
Commit
f456bb69
authored
3 years ago
by
M. Hock
Browse files
Options
Downloads
Patches
Plain Diff
Commented out the call to toolbox function, to make the example ready2go for everybody
parent
e3e41085
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!30
Fix CI
,
!25
Development
Pipeline
#581559
passed
3 years ago
Stage: Run
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example.m
+2
-1
2 additions, 1 deletion
example.m
with
2 additions
and
1 deletion
example.m
+
2
−
1
View file @
f456bb69
...
...
@@ -43,7 +43,8 @@ h5write(fpath, "/y1", y1)
% Place for post-processing of the data, or additional related code.
% example_fcn is a dummy function to show the functionality
a
=
1
;
a
=
example_fcn
(
a
);
p
=
betacdf
(
0.5
,
1
,
1
);
% to test toolboxes
% Uncomment to include the Statistics and Machine learning Toolbox
% p = betacdf(0.5,1,1); % to test toolboxes
%% Plotting
% This is still part of a normal script to produce plots.
...
...
This diff is collapsed.
Click to expand it.
Hock, Martin
@m.hock
mentioned in issue
#70 (closed)
·
3 years ago
mentioned in issue
#70 (closed)
mentioned in issue #70
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment