Delete elements from columne vectors
‎Sep 23, 2018
08:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 23, 2018
08:29 AM
Delete elements from columne vectors
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
Solved! Go to Solution.
Labels:
- Labels:
-
Math Homework
-
Programming
ACCEPTED SOLUTION
Accepted Solutions
‎Sep 23, 2018
08:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 23, 2018
08:51 AM
Simply omit the "stack" command and you get the output you expect!
Find also some less elaborate routines below - their output differs if the input vector consists of zeros only!
1 REPLY 1
‎Sep 23, 2018
08:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 23, 2018
08:51 AM
Simply omit the "stack" command and you get the output you expect!
Find also some less elaborate routines below - their output differs if the input vector consists of zeros only!