How to avoid Matlab inbuilt functions when executing F11 command to understand the code step by step?
2 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
I am trying to undestand a complex Object Oriented Program (OOP) code in Matlab. I am using break points and executing F11 command to understand the code step by step. The problem is, I already have nearly 50 classes and added to that it is opening matlab inbuilt functions. Is there any way to avoid the matlab inbuilt functions? and also I am new to Matlab OOP. Can someone suggest me some tipps to break down the code in a smart way and understand it easily?
Thanks in Advance
回答(1 个)
per isakson
2020-4-2
"Is there any way to avoid the matlab inbuilt functions?" Alternately use F11 and F10. I guess it's possible to write a conditional Step Into function, but I doubt it would be useful.
"break down [organize?] the code in a smart way and understand it easily" Isn't that what OOD is about. In that respect Matlab OOP doesn't differ much from other OO-languages. "I am new to Matlab OOP" but not to OO, since you added the tag, C++(?)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Software Development Tools 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!