To make vectors from an excel file of different lengths to be equal in length in MATLAB, you can follow the following steps:
xlsread
function in MATLAB.main.m41 chars2 lines
main.m45 chars2 lines
main.m172 chars8 lines
main.m59 chars3 lines
Now, all vectors in the excel file have been padded to equal length and can be used in MATLAB as needed.
gistlibby LogSnag