Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
gdat
Commits
4e0b0dd6
"matlab/TCV_IMAS/tcv2ids.m" did not exist on "3870ef167e64e27026a57cdf927a6d0f320b11b6"
Commit
4e0b0dd6
authored
5 years ago
by
Francesco Carpanese
Committed by
Antoine Merle
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Fix routine to plot connection matrix in TCV_IMAS routines"
parent
a3bf8baf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/TCV_IMAS/plot_connection_matrices.m
+2
-2
2 additions, 2 deletions
matlab/TCV_IMAS/plot_connection_matrices.m
with
2 additions
and
2 deletions
matlab/TCV_IMAS/plot_connection_matrices.m
+
2
−
2
View file @
4e0b0dd6
...
...
@@ -28,9 +28,9 @@ for kk=1:info_pf_active.ntotcircuits
addcolor
=
'\color{green}'
;
end
xlab
{
index
}
=
[
addcolor
info_pf_active
.
supply
{
ii
}
.
name
{:}
'in'
];
xlab
{
index
}
=
[
addcolor
info_pf_active
.
supply
{
ii
}
.
name
'in'
];
index
=
index
+
1
;
xlab
{
index
}
=
[
addcolor
info_pf_active
.
supply
{
ii
}
.
name
{:}
'out'
];
xlab
{
index
}
=
[
addcolor
info_pf_active
.
supply
{
ii
}
.
name
'out'
];
end
for
ii
=
1
:
info_pf_active
.
ntotcoils
if
any
(
ii
==
info_pf_active
.
circuit
{
kk
}
.
coils_ind_belonging_to_circuit
)
...
...
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