フィルターのクリア

Add comments in a standard way

1 回表示 (過去 30 日間)
Jason
Jason 2016 年 3 月 1 日
回答済み: Walter Roberson 2016 年 3 月 1 日
If we want to add commments about a line of code, in a standard/professional way, we add the comments above the code, or below the code, or in the same line of code?

採用された回答

Walter Roberson
Walter Roberson 2016 年 3 月 1 日
Above the code and on the same line of code, both. Above the code for explaining how sections will work. On the same line of code for brief notes about the particular line.
For example, if I am illustrating how to do edge detection, I would put comments in before the code talking about the approach. And then within that block I might have a line such as
YourImage = imread('cameraman.tif'); %replace with appropriate filename
to point out something specific about the line. I might even have written above that the user will need to replace the filename, but it helps if I comment right there that it is the line to be changed.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by