% % This is a MATLAB script to analyze the properties of % internet session data % % , CS177, Spring 2008 load sessionlengths; longest_session_length = length(sessionlengths); fprintf('the longest session was of length %d \n',longest_session_length); shortest_session_length = ... % your code goes here.