Making a section in Python like Matlab
328 次查看(过去 30 天)
显示 更早的评论
Hello, I am a Matlab user and these days, I am working with Python. I don't know in which community that I should ask questions relating to this.
My questions is in Matlab, in a file, we can sectionalize by using '%%' and run each section separately. How do I sectionalize in Python and run the sections seperately?
Can someone answer this question. It will be a big help.
0 个评论
采纳的回答
Al Danial
2023-6-10
Python IDEs such as Spyder also support code cels. The delimiter there is #%%. As in the matlab IDE, in Spyder you can run all the code in a Python cell before moving to the next one. Here's what code cells look like in Spyder:
2 个评论
Al Danial
2023-6-14
In PyCharm the delimiter looks to be ##. Isn't clear to me if that's in all PyCharm versions or if you need the Pro version.
更多回答(1 个)
Govind KM
2023-6-9
I don't think there is any equivalent functionality in Python. Maybe you can make a function for each section and run the required parts by just running the current line of code.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Python from MATLAB 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!