Accepted Answer

doc nan

4 Comments

Can you post an example please?
>> nan(1,5)
ans =
NaN NaN NaN NaN NaN
>>
Ok, another questions.
Data two arrays that have the same length (1x3). how do I put them one under the other ???
So as to get a 2x3 matrix ??
matrix = [rowVector1; rowVector2]; % Stitch vertically.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!