Ctrl+Enter running the entire program

When I try to run a particular cell of my progeam using the shortcut Ctrl+Enter, it is running the entire program. How do I solve this issue?

回答 (1 件)

KSSV
KSSV 2019 年 6 月 10 日

0 投票

YOu should use %% this at the start and at the end to run a section.

1 件のコメント

Paul de Jong
Paul de Jong 2021 年 9 月 4 日
I like to make an outline of my code, so there are incomplete variables in the sections I have not gotten to yet. The issue happens when I just want to run the top of my code but there is an error below that block. I've resorted to using %{ and %}.
It would be great if the %% section mechanism worked so I could test sections as I finish them. Is it a setting?
Thanks!

サインインしてコメントする。

カテゴリ

質問済み:

2019 年 6 月 10 日

コメント済み:

2021 年 9 月 4 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by