Solved
Delete elements from columne vectors
- September 23, 2018
- 1 reply
- 2830 views
Hi!
I have written a function i call "STACK(A)" that takes a column vector, and loops through it and stacks all non zero elements in a new column vector.
My problem is the output, the new column vector is displayed as:
Any suggestions on how to get a new normal column vector like the "IntendedOutput"
Regards 😄
Sigurd


