how to creat this vector?
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hi
i have vector A=[2 4 NAN NAN 13 4 5 6 NAN 1 NAN 10 9 12]
size each segement of vector A
k=size(A)=[2 4 1 3]
if c<3
I need to creat vector Z?
Z=[NAN NAN NAN NAN 13 4 5 6 NAN NAN NAN 10 9 12]
1 个评论
Stephen23
2019-2-1
See also (mostly indentical) earlier questions from the same OP:
@benghenia aek: what makes you think that the solution will be different if you keep asking?
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!