Import and plot Gromacs .xvg data files

版本 2.0 (4.1 KB) 作者: Michael Holmboe
These two functions imports and plots the type of .xvg files that the MD package Gromacs uses for some of its text-based data output.
447.0 次下载
更新时间 2019/3/18

查看许可证

These two functions imports and plots the type of .xvg files that the MD package Gromacs uses for some of its text-based data output. The functions tries to read the names/labels of the plotted data columns, as well as the axis-labels. Examples on how-to import and plot can be found in the functions. Note that Data is the default name for the output data for both functions. The import_xvg function imports the Data, and is itself called by the plot_xvg function. Note that with this function you can also set the x/y-ranges of the plot.

Examples on how to import Data (and plot it)
Data = import_xvg('filename.xvg')
Data = import_xvg('filename.xvg','plot')

Examples on how to plot (and import Data)
plot_xvg('energy.xvg')
Data = plot_xvg('energy.xvg',[1 5 3]) % Will plot the 5th and 3rd column vs. the 1st one.
Data = plot_xvg('energy.xvg',[1 5 3],[0 200]) % Will also set the X-axis to be between 0 and 200
Data = plot_xvg('energy.xvg',[1 5 3],[0 200],[0 1.5]) % Will also set the Y-axis to be between 0 and 1.5

引用格式

Michael Holmboe (2024). Import and plot Gromacs .xvg data files (https://www.mathworks.com/matlabcentral/fileexchange/70607-import-and-plot-gromacs-xvg-data-files), MATLAB Central File Exchange. 检索来源 .

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

参考作品: atom

Community Treasure Hunt

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

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