read_namelist

版本 1.5.0.0 (10.7 KB) 作者: Samuel Lazerson
Reads a FORTRAN input namelist into a MATLAB structure.
788.0 次下载
更新时间 2016/1/4

查看许可证

This function allows the user to specify a file and FORTRAN namelist to be read into a MATLAB structure.

引用格式

Samuel Lazerson (2024). read_namelist (https://www.mathworks.com/matlabcentral/fileexchange/30179-read_namelist), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fortran with MATLAB 的更多信息
致谢

启发作品: FORTRAN Namelist Suite

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.5.0.0

Added ability to pass either filename or file id to read_namelist.

1.2.0.0

Modified to better support some Fortran77 $END statements.

1.1.0.0

Added support for arrays with dimensions larger than 2. Please note that FORTRAN colon operations are still unsupported.

1.0.0.0