I have a text file with 5 columns and 73 rows, and I create this file from .xlsx format in excel. Now when I load this file with;
a = importdata('Input.txt')
this file is loaded in only 1 column instead of 5 columns, and the dimension of my variable a is equal to 73*1. I separate the input strings with tab and 8 spaces but nothing worked for me.
Please guide me, I am new with MATLAB. Thanks in advanced.