%%% Our definition of a tutorial_function function [x_squared, x_cubed]= tutorial_function(x) x_squared=x^2; x_cubed=x_squared*x;