Obtain data from file header
1 次查看(过去 30 天)
显示 更早的评论
Hi! I am writting a code to generate grids and I want to make it as automatic as possible, for this I need to obtain some values regarding the number of nodes and faces which are located in the header of the file. Currently, when I use readmatrix, the code skips everything up to 'end_header'. The values I am trying to get are the ones in lines 5 and 9.
Thank you in advance, I cannot share the code.
0 个评论
回答(1 个)
Sulaymon Eshkabilov
2021-5-24
Hi,
In your exercise, two data import functions can be employed. They are fscanf() and textscan() by which you can not only read text headers by also collect valuable info from the text headers using specifiers, such as characters, number types, etc.
Good luck.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!