开发者

comparing data stored in two m-files [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

开发者_开发知识库

Closed 9 years ago.

Improve this question

how to retrieve the data from m.file into another m.file? How to compare these two files?


Referring to these posts matlab comes with a diff tool on board, offering an API.

com.mathworks.mde.difftool.DiffReportGroup.getInstance.showFileDiff(...
     filePathLeft, filePathRight, numColumns);
showUnsavedChangesDiff(filePathLeft,textString,numColumns)

See the referred posts for further details.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜