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]

Answers (0)

This question is closed.

Tags

Asked:

on 1 Feb 2019

Closed:

on 1 Feb 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!