I have thousands of numbers separated by commas and run along a single row. How can I edit it to get 16 numbers in one row and the rest followed by next rows?
You can use dlmread and textscan functions in MATLAB and similar functions to write desired text file. You do not need to change the file extension for reading the input file.