Shaping a vector.
显示 更早的评论
I have an original vector A = [0 0 0 2 5 3 6 0 0 0 9 5 6], after performing an operation on A for which I left out the zeros, I end up with a second vector B = [ 6 9 8 3 8 7 2]. Now the number of non-zero elements in A and B are equal. I want to make a third vector C that takes the shape of vector A but populated with elements from B such that C = [0 0 0 6 9 8 3 0 0 0 8 7 2].
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Aerospace Blockset 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!