Problems with which function in 2021a vs 2016b
이전 댓글 표시
Hi,
I am having trouble getting file path of get methods using "which" function in 2021a. I don't encounter this problem in 2016b.
For example, I have a classX which has a method get.something:
- In 2016b : which('classX>get.Something') gives the full path of where classX is located.
- However in 2021a : which('classX>get.Something') says that get.Something not found.
I have tried many things but not been able to make it work. I am a relatively new to matlab so any help will be appreciated.
댓글 수: 2
Walter Roberson
2022년 3월 28일
Are you taking into account that using which() to inquire about methods of a class generally does not work until at least one object has been constructed from the class?
Abdul Moiz
2022년 3월 28일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!