Run Section button greyed out
13 次查看(过去 30 天)
显示 更早的评论
Hello, I would like to run sections of my code that are delimited (by %%). The GUI apparently seems to section off my code using the %% notation, but it does not give me the option to run the sections - as seen in this picture:

I have seen other threads that have discussed the inability to run individual sections of code, but I have not had any success implementing anything that I've found. Any ideas on what I can do to troubleshoot this?
采纳的回答
madhan ravi
2018-8-28
编辑:madhan ravi
2018-8-28
The root of the problem was auxiliary functions defined within the main script. Since these functions were located in one of the sections, you can't call them from other sections separately. The solution was to save auxiliary functions as separate m-files.
4 个评论
madhan ravi
2018-8-28
编辑:madhan ravi
2018-8-28
so the better thing would be to run the whole script first and then you can run each sections separately like live editors because each one is interconnected with one another.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Entering Commands 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!