Is it possible to rename a protected .p function?
1 回表示 (過去 30 日間)
古いコメントを表示
Question in the title.
More information:
I am having compatibility issues with a protected (.p) third party function that is called by other third party functions. A workaround would be to create my own version of the function that handles the issues, then call the original function. Unfortunately, due to Matlab's function precedence, and the fact that the function indirectly calls itself, I haven't been able to find a way to do this, as outlined here . The only other way I can think to workaround this is by renaming the original function, but since it is protected I don't see an obvious way to do this.
2 件のコメント
dpb
2015 年 6 月 26 日
Can you not write a "wrapper" function that does whatever then calls the 3rd party function? That would, in essence, be the same as renaming the existing one it would seem.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Scope Variables and Generate Names についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!