Download this file
1 2 3 4 5 6 7
function termsOfUse if verLessThan('matlab','8.5') helpview([matlabroot,'/license.txt']) else helpview([matlabroot,'/license_agreement.txt']) end end