MATLAB: How to display the entire/whole/full column/list in Live Script/Editor

dispdisplayMATLABmatrixrows

In Live Editor, I have a long column vector. For example:
> x=[1:15]'
It only shows a truncated column (the first 10 elements) in Live Editor:

How do I display the entire column?
 

Best Answer

Please use the 'disp' function to display the long column vector.
For example:
For more information on 'disp' function, please refer to the following documentation: 
https://www.mathworks.com/help/releases/R2020b/matlab/ref/disp.html