From f6d57526ec2b106c0128113e3e6180800b44e48d Mon Sep 17 00:00:00 2001
From: Francesco Carpanese <francesco.carpanese@epfl.ch>
Date: Sat, 7 Dec 2019 13:05:23 +0000
Subject: [PATCH] Update plot_connection_matrices.m

---
 matlab/TCV_IMAS/plot_connection_matrices.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/matlab/TCV_IMAS/plot_connection_matrices.m b/matlab/TCV_IMAS/plot_connection_matrices.m
index b3e8be0f..0d452f90 100644
--- a/matlab/TCV_IMAS/plot_connection_matrices.m
+++ b/matlab/TCV_IMAS/plot_connection_matrices.m
@@ -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)
-- 
GitLab