MATLAB Adding Text to the Figure
plot(muAir,-S(1:M),'r-')
str1(1)={'Observable Peak'};
text(18.75,-0.48,'\leftarrowObservable Peak')
text(18.75,-0.38,str1(1))
grid onxlabel(' Viscosity (\muPas)')
ylabel('Soil Depth (m)')
str1(1)={'Observable Peak'};
text(18.75,-0.48,'\leftarrowObservable Peak')
text(18.75,-0.38,str1(1))
grid onxlabel(' Viscosity (\muPas)')
ylabel('Soil Depth (m)')
Unless otherwise noted, all content on this site is @Copyright by Ahmed Al Makky 2012-2015 - http://cfd2012.com