array of NaN for title

2 views (last 30 days)
Guido Pastore
Guido Pastore on 16 Mar 2019
Edited: Image Analyst on 7 Aug 2022
is it possible to create an array of NaN?

Accepted Answer

madhan ravi
madhan ravi on 16 Mar 2019
  4 Comments
Guido Pastore
Guido Pastore on 16 Mar 2019
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 ??
madhan ravi
madhan ravi on 16 Mar 2019
Edited: Image Analyst on 7 Aug 2022
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!