Read text file line-by-line in deployed application
Show older comments
I am trying to read a large TXT file in my deployed application, but I am encountering memory limitations. Therefore, I would like to read in the TXT file line by line, but the function 'fgetl' is not supported for C/C++ code generation with MATLAB Coder.
Is there any other way to read a TXT file line by line?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!