フィルターのクリア

is there a cmd which can justify a script at once?

1 回表示 (過去 30 日間)
Frederic Cleva
Frederic Cleva 2021 年 3 月 26 日
編集済み: Frederic Cleva 2021 年 3 月 26 日
Dear Matlab users,
I would like to knwo whether there is an option that put your script in "good shape".
What I mean is that when you write your script and you add the line starting with "if" there is a tab which is automatically applied. All the text up to the associated "end" will be accordingly "tabbed".
But if you add a comment in between then the wire is broken and the tab is restored to 0.
Or if you remove some lines containing if/end then what was connected to this removed if/end will not be restored to a normal position.
Do you knwo whether there is cmd which allow to justify the whole script at once?
Many thanks
Frederic

採用された回答

Stephen23
Stephen23 2021 年 3 月 26 日
編集済み: Stephen23 2021 年 3 月 26 日
In the MATLAB editor:
  1. select the text you want to align (e.g. ctrl+a)
  2. press ctrl+i
  2 件のコメント
Walter Roberson
Walter Roberson 2021 年 3 月 26 日
Or select all of the text, and then click on the first of those icons shown in the "Ident" line
Frederic Cleva
Frederic Cleva 2021 年 3 月 26 日
編集済み: Frederic Cleva 2021 年 3 月 26 日
Many thanks Stephen, Walter
that was what I was looking for
Frederic

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by