%Lab 26 Solutions %lab26fzerofunc.m %Patrick D. Schmid function retval = lab26fzerofunc(x) retval = 2*x^3 + sin(x) - 4.0;