フィルターのクリア

Cell-mode options in command line

3 ビュー (過去 30 日間)
Orion
Orion 2014 年 8 月 19 日
回答済み: Joseph Cheng 2014 年 8 月 19 日
Are the cell mode options available in command line? I want to run a cell of a script from linux command line. while I can do it in GUI with Run-Section button (or Ctrl+Enter) I don't know how that's doable from the command line. Can we tell MATLAB to just run a specific part of a script (i.e. lines:10-20)? Thanks

回答 (1 件)

Joseph Cheng
Joseph Cheng 2014 年 8 月 19 日
I do not think that is possible as matlab doesn't have "goto" type statements and cells cannot be named. What can be done is for that section of lines 10-20 create seperate script to run that and replace lines 10-20 with eval('new_seperate_script') such that in the normal course of the main script it'll still perform lines 10-20 but you can call lines 10-20 on its own. (not sure if eval() is needed to call the script.

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by