function vprint(v) %%% for index = 1:length(v) item = v(index); fprintf('item %d is %d\n', index, item) end