Member since
09-14-2017
1
Post
0
Kudos Received
0
Solutions
10-02-2017
07:46 PM
2 Kudos
@Angeera Naser 1. What about chunking that file and still use Matlab? FileData = load('FileName.mat');csvwrite('FileName.csv', FileData.M); 2. Python: https://gist.github.com/Nixonite/bc2f69b0c4430211bcad 3. Use Spark. Example: http://blog.madhukaraphatak.com/matfile-to-rdd/
... View more