필터 지우기
필터 지우기

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
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 CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by