I have a .csv file in my matlab folder with 38 columns and about 48 thousand entries. I was hoping on using the findcluster gui but it only accepts .dat files.
How do I create a .dat file in matlab or specifically how do I convert the .csv file into a .dat file that can be used by the matlab fcm clustering tool?
example of csv:

how would I go about creating a data file for this kind of information?
The only documentation I could find about the file format was
I checked clusterdemo.dat and found that the data is stored in ASCII format. Therefore, try