How can I create a function handle to a function that is private defined within a class?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to pass a private function handle to a variable, even within the same class, but the MATLAB answer is that there is no public field called this fn. Does anybody know if it is possible? Thanks !
2 Commenti
Vineeth Nair
il 10 Set 2018
Can you share your code? Because ideally you should be able to call a private method within the same class.
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!