How can I do this in MATLAB?

50 ビュー (過去 30 日間)
Deepa Maheshvare
Deepa Maheshvare 2020 年 3 月 18 日
コメント済み: Deepa Maheshvare 2020 年 3 月 18 日
In pycharm, if I have a bunch of py files and let's say I have opened 1 file that calls a function defined in the other file. Clicking on the function will open the corresponding file in which the function is defined.
I'd like to have a similar interface for .m files.
Any suggestions?

採用された回答

Steven Lord
Steven Lord 2020 年 3 月 18 日
Put the cursor on the function whose definition you want to open. Right-click and select "Open <name of function>". There's a keyboard shortcut for this, in the Windows default set of keyboard shortcuts it's Ctrl-D, but I'm not sure what it is on the Emacs or Macintosh default sets of keyboard shortcuts. The context menu should list the appropriate shortcut.
If you want to jump to a specific section or subfunction in a file, the Navigate section on the Editor tab in the Toolstrip has tools that will allow you to do this or set bookmarks (so you can easily jump between a local helper function and the place where it is called, to mention one way I've used bookmarks.)
  1 件のコメント
Deepa Maheshvare
Deepa Maheshvare 2020 年 3 月 18 日
Thanks a lot. I never knew about this!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by