Download this file

9 lines (7 with data), 179 Bytes

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