Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

reshape IML matrix

proc iml;
x = 1:12;               /** 1 x 12 matrix                  **/
s = shape(x, 4, 3);     /** reshape data into 4 x 3 matrix **/
print s;
Comment

PREVIOUS NEXT
Code Example
Python :: count items in list python by loop 
Python :: font tkinter combobox 
Python :: save jupyter notebook session 
Python :: pandas assign multiple columns at once 
Python :: pandas replace word begins with contains 
Python :: python dataframe reihe anzeigen 
Python :: combine picture and audio python 
Python :: how to import functions from another python file 
Python :: how to get csv file first row first column value in python 
Python :: python list function 
Python :: pandas read parquet from s3 
Python :: How to check for string membership in python 
Python :: how to save plot in matplotlib 
Python :: numpy roll 
Python :: python web app 
Python :: local time in python 
Python :: return function in python 
Python :: pandas set hour for timestamp 
Python :: code example of sum of the first n odd numbers using for loop 
Python :: putting in text in python 
Python :: django form custom validation 
Python :: base64 python flask html 
Python :: str count python 
Python :: unicode error python 
Python :: remove python 2.7 centos 7 
Python :: list count python 
Python :: list slice in python 
Python :: {"message": "401: Unauthorized", "code": 0} discord 
Python :: how to convert str to int python 
Python :: lambda 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =