x = 2 * ( 1 - 2*i )^3;
str = ['disp:    x = ' num2str(x)];
disp(str);
fprintf('fprintf: x = %8.4f\n',x);