フィルターのクリア

Comparing three files to see what functions were used

1 回表示 (過去 30 日間)
Quy
Quy 2023 年 4 月 13 日
編集済み: the cyclist 2023 年 4 月 14 日
I have three mlapps that I need to clean up. They uses some of the same functions in both apps. My task is to figure out what functions are the same in each app, and put it in a single location so that we can manage future changes better.
Is there a good way to do this besides doing a file compare between them?
  2 件のコメント
John D'Errico
John D'Errico 2023 年 4 月 13 日
It is a really bad idea to move MATLAB provided functions around. This will cause problems. DON'T DO THAT.
If it is a question of moving your own functions around, that would be your choice.
Quy
Quy 2023 年 4 月 14 日
not moving matlab functions

サインインしてコメントする。

採用された回答

the cyclist
the cyclist 2023 年 4 月 13 日
I'm not sure it will work for your specific case, but the Dependency Analyzer sounds like it might be helpful.
  3 件のコメント
Stephen23
Stephen23 2023 年 4 月 14 日
編集済み: Stephen23 2023 年 4 月 14 日
the cyclist
the cyclist 2023 年 4 月 14 日
編集済み: the cyclist 2023 年 4 月 14 日
Yes, that app is new in R2023a, but I believe much of the underlying funcionality has been around a while. Try a search for some of the key words, such as dependency MATLAB, and you can find some things. Maybe take a look at this older question/answer, too.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by