Understanding the Interactive Matrix Language |
You can assign new values to elements of a matrix at any time. The following statement creates a numeric matrix named :
a={1 2 3, 6 5 4};The following statement redefines the matrix as a character matrix:
a={'Sales' 'Marketing' 'Administration'};
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.