VERB_code_2.3
B0.m
1 function y = B0 (Lparam)
2  y = 0.31./(Lparam.^3);
3 return;