clf; x = linspace(-10, 10, 200); y = nthroot(x, 3); plot(x, y); a=get('current_axes') a.x_location='middle' a.y_location='middle' I, the copyright holder...