Unique Property on Project in Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
hii i want to find is their any unique property present on project in matlab .
even if change name loaction and other properties it sould remain same .
do we have any property ...?
댓글 수: 0
답변 (1개)
Aman
2024년 3월 15일
Hi Suraj,
I understand that you want to check whether there is a unique ID for the MATLAB project.
Currently, there is no property that implies to an unique ID, but as a workaround, you can use the project "description" property to keep a unique ID since any update made to the project doesn't affect its description. Alternately, you can generate some UUID and store it in the project that MATLAB could read.
You can refer to the following documentation to learn more about the MATLAB project.
I hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Dependency Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!