reading data from dataset.txt
Show older comments
hello all, i have this file that contain the following
#NB_OF_USERS_PAIRS 1
1 2 2
#NB_OF_EDGE_PAIRS 2
2 2 3
3 2 3
i want to make a function that read from this file the number 1 after the #NB_OF_USERS_PARIS and read then the numbers 1 2 2 and so on, any help to begin writing this function please
Answers (2)
Categories
Find more on Text Analytics Toolbox 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!