MATLAB: How i calculate the number of data in a column and/or row of a Excel file.

i want to calculate number data in a row or column of a excel file

Best Answer

You can check it directly in the excel itself or read the file using xlsread and get the the dimensions from matlab.