We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384d5b1 commit d34ddf4Copy full SHA for d34ddf4
1 file changed
src/Heart_GUI.m
@@ -78,6 +78,7 @@ function Heart_GUI(mdl,modelName,filename,savepath)
78
%set(ConfigGUI.S,'Ylim',[-1.5 1.5]);
79
ConfigGUI.R=subplot(6,2,12,'Parent',ConfigGUI.Handle,'NextPlot','add','Box','on');
80
ylabel(ConfigGUI.R,'AR/VR');
81
+xlabel(ConfigGUI.R,'Time (ms)');
82
p = get(ConfigGUI.R,'position');
83
p(3)=p(3)*1.2;
84
%set(ConfigGUI.R,'Ylim',[-1.5 1.5]);
0 commit comments