A simple way to view what code a gui/toolbox (such as PDE Toolbox) is using/doing?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone!
My programming skills are v. weak so bare with me...
I'm using PDE Toolbox and I want to understand what it is actually doing when I change the parameters so that I can try to write the code myself or at least explain what it does in a report?
I've looked in ...toolbox/pde but it has so many functions and I don't know where to start to find the sequence from start to finish!
Is there an easy way of outputting a script of what the toolbox is doing?
Thanks for your help! much appreciated!
Ken
P.S. If anyone is able to tutor me for a reasonable fee that would be cool. Either on skype or if you live near nottingham we can meet up. email: ky8kenny(at)hotmail.com
0 件のコメント
回答 (1 件)
Oleg Komarov
2011 年 5 月 16 日
No simple way with lots of code written by somebody else (and sometimes even by yourself if you didn't comment it)
Set a breakpoint in the .m file and when you execute anything that calls that function/scripts you will stop at the breakpoint, then go through line by line.
参考
カテゴリ
Help Center および File Exchange で Geometry and Mesh についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!