Skip to content

Commit d34ddf4

Browse files
authored
Update Heart_GUI.m by adding the xlabel for the output plots
1 parent 384d5b1 commit d34ddf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Heart_GUI.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ function Heart_GUI(mdl,modelName,filename,savepath)
7878
%set(ConfigGUI.S,'Ylim',[-1.5 1.5]);
7979
ConfigGUI.R=subplot(6,2,12,'Parent',ConfigGUI.Handle,'NextPlot','add','Box','on');
8080
ylabel(ConfigGUI.R,'AR/VR');
81+
xlabel(ConfigGUI.R,'Time (ms)');
8182
p = get(ConfigGUI.R,'position');
8283
p(3)=p(3)*1.2;
8384
%set(ConfigGUI.R,'Ylim',[-1.5 1.5]);

0 commit comments

Comments
 (0)