image thumbnail
from Data processing module for ion acceleration experiment by Sasha Zorin
Application producing dependence of magnetic and plasma characteristics on acceleration time

mf.m
[t,psData] = textread('mf.dat','%f %f ','headerlines',1)
psDataFigure = figure
axes('FontSize',14,'position',[0.15  0.15  0.75  0.75])
plot(t,psData,'.-g','MarkerSize',10.0)
axis([0  1.6 95 125])
psDataXLabel=(t(length(t)));
psDataYLabel=psData((length(t)));
TpsDataXLabel=1;
TpsDataYLabel=100;
text(TpsDataXLabel,TpsDataYLabel,'t_b_r=1.0 s ','HorizontalAlignment','center','FontSize',14)
grid on
xlabel('Time, s','FontSize',14)
ylabel('\Psi, Wb','FontSize',14)
title('Magnetic Flux','FontSize',14)
print -f1 -djpeg 'mf.jpeg'

Contact us at files@mathworks.com