Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
27f2d524
Commit
27f2d524
authored
3 years ago
by
Federico Felici
Browse files
Options
Downloads
Patches
Plain Diff
update SCDalgo_template
parent
3f06705f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algos/SCDalgo_template/SCDalgo_template_inBus_def.m
+0
-5
0 additions, 5 deletions
algos/SCDalgo_template/SCDalgo_template_inBus_def.m
algos/SCDalgo_template/SCDalgo_template_outBus_def.m
+0
-5
0 additions, 5 deletions
algos/SCDalgo_template/SCDalgo_template_outBus_def.m
with
0 additions
and
10 deletions
algos/SCDalgo_template/SCDalgo_template_inBus.m
→
algos/SCDalgo_template/SCDalgo_template_inBus
_def
.m
+
0
−
5
View file @
27f2d524
function
SCDalgo_template_inBus
()
% SCDALGO_TEMPLATE_INBUS initializes a set of bus objects in the MATLAB base workspace
% Bus object: SCDalgo_template_inBus
clear
elems
;
elems
(
1
)
=
Simulink
.
BusElement
;
...
...
@@ -22,5 +19,3 @@ SCDalgo_template_inBus.DataScope = 'Auto';
SCDalgo_template_inBus
.
Alignment
=
-
1
;
SCDalgo_template_inBus
.
Elements
=
elems
;
clear
elems
;
assignin
(
'base'
,
'SCDalgo_template_inBus'
,
SCDalgo_template_inBus
);
This diff is collapsed.
Click to expand it.
algos/SCDalgo_template/SCDalgo_template_outBus.m
→
algos/SCDalgo_template/SCDalgo_template_outBus
_def
.m
+
0
−
5
View file @
27f2d524
function
SCDalgo_template_outBus
()
% SCDalgo_template_outBUS initializes a set of bus objects in the MATLAB base workspace
% Bus object: SCDalgo_template_outBus
clear
elems
;
elems
(
1
)
=
Simulink
.
BusElement
;
...
...
@@ -22,5 +19,3 @@ SCDalgo_template_outBus.DataScope = 'Auto';
SCDalgo_template_outBus
.
Alignment
=
-
1
;
SCDalgo_template_outBus
.
Elements
=
elems
;
clear
elems
;
assignin
(
'base'
,
'SCDalgo_template_outBus'
,
SCDalgo_template_outBus
);
This diff is collapsed.
Click to expand it.
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