How to extract data from .pf file?
1 次查看(过去 30 天)
显示 更早的评论
I'm making a parameter file that contains constant variables. My goal is to make an m.file as generic as possible. Currently, the parameter file is saved as a .pf file, and simply contains things like
x = 10;
The parameter file is another window in MALTAB editor, just saved as .pf.
How can I extract this information from the .pf file and initialize it in my matlab file?
Thanks,
Gauss.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Debugging and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!