RECFIG9 Conditional mean (solid, circle) and standard deviation (dash,cross) of V given H: fitted model (solid, dash); reconstructed field data (circle, cross)
Computes and plots the conditional mean and standard deviation | |
Prints a caption "made by WAFO" in current figure. |
01 function recfig9 02 % RECFIG9 Conditional mean (solid, circle) and standard deviation (dash,cross) of V given H: 03 % fitted model (solid, dash); reconstructed field data (circle, cross) 04 % 05 06 global RECFIGNUM 07 if isempty(RECFIGNUM) 08 disp('You must start recdemo in order to run this script') 09 return 10 end 11 global V H Hrms Vrms sphat res 12 dist2dstatplot(V/Vrms,H/Hrms,sphat,2,res); 13 wafostamp('Figure 9','(NR)') 14
Comments or corrections to the WAFO group