如何在Matlab中比较具有不同时间戳的.mat文件

3
我有两个.mat文件,foo.matfoo2.mat。它们除时间戳外完全相同。我使用visdiff检查差异,但它说它们除了二进制外都是相同的。如何在忽略时间戳的情况下比较.mat文件?
我得到的输出是HTML:
<html>
<head></head>
<body class="binarycomparisonreport">
<center><p>Comparing<br>
c:\svnTrunk\Simulations\foo.mat<br>
and<br>c:\svnTrunk\Simulations\foo2.mat<br>
using Binary comparison:<p>
The files are <b>different</b>.</p></center>
</body></html>

如果您在不指定输出的情况下调用visdiff,则比较工具GUI将打开,并显示更多信息。 - Amro
3个回答

1
以二进制形式打开它们并计算一些 CRC 或 MD5。

1

1

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接