开发者

comparing data stored in two m-files [closed]

开发者 https://www.devze.com 2023-01-17 00:27 出处:网络
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. 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

精彩评论

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