What is the easiest way to embed a text data file into a .m function so that you don't need two files.
Show older comments
I have a function that uses a pre-generated lookup table that is stored as a text file. I would like to embed the text file into the .m file so that I don't have to move both files around.
Accepted Answer
More Answers (1)
Elias Gule
on 1 Nov 2018
0 votes
I guess you can store your data as part of the code. Your may create an inner function or a subfunctions that initializes your lookup table; you can also store your data as properties of a class.
1 Comment
Zeb Barber
on 1 Nov 2018
Categories
Find more on Workspace Variables and MAT Files 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!