vector_create
Creates a vector and fills it with data
Arguments
- Integer greather then zero, size
- Boolean if true create row vector, if false create column vector
- Value to fill vector with. Use simbol (for example x or x+10) to create array like 0,1,2,3...
Output
Vector
Examples