Hi -
I have a vector that I'm feeding into a chart. Let's say it's {1,3,4}. Because of the way the chart's set up I need to transform the vector into {1,0,0,3,0,0,4,0,0} - so I'm inserting two zero values between each vector element.
Any ideas how to do this?
Thanks, Juanito