gpt4 book ai didi

matlab - 如何在 MATLAB 中根据 fileID 查找文件位置

转载 作者:行者123 更新时间:2023-12-02 00:41:00 32 4
gpt4 key购买 nike

假设我使用 fopen 生成文件ID:

fid = fopen('\some\path\to\toto.dat','r')

是否可以仅通过 fid 来识别已打开的文件?例如,

fname = identify(fid);
disp(fname)
>> \some\path\to\toto.dat

最佳答案

是的,你可以!代码很简单:fname = fopen(fid)。您还可以获得其他信息,包括权限、机器格式和编码。此处的文档:https://www.mathworks.com/help/matlab/ref/fopen.html

关于matlab - 如何在 MATLAB 中根据 fileID 查找文件位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58985680/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com