how to print a vector in IML code example Example: how to print a vector in IML vector = {1,2,3,4}; * Whatever your vector is print vector;