% % Problem Epage 201 % Example 5.23 Epage 173 % PlotMatrix example on epage 162 % % 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 iris; % <- three matrics setosa/versicolor/virginica figure; [H,ax,bigax,P] = plotmatrix(versicolor); %figure; [H,ax,bigax,P] = plotmatrix(setosa);