% % Problem Epage 201 % Example Epage 133 % % Written by: % -- % John L. Weatherwax 2008-02-20 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- clear all; close all; clc; addpath('../../Code/CSTool'); load moths; % <- size(moths) = [140,1] % plot this data using a stem and leaf plot: csstemleaf( moths );