Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
agentmess committed Jan 12, 2018
1 parent d0bbfb6 commit 434c9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss_plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
subplot(4,nplot,3*nplot + idx);
m_f = calc_mag(rf_rot,gz_rot+i*gf_rot, z, fplot(idx),ptype);
plot_mag(z,m_f,ptype);
title(sprintf('Spatial Profile - Freq = %5.1f', fplot(idx)));
title(sprintf('%5.1f', fplot(idx)));
xlabel('Position [cm]');
end;

Expand Down

0 comments on commit 434c9e6

Please sign in to comment.