メインコンテンツ

ヘルプの表示

この例では、'help' コマンドを使用して MATLAB のヘルプを表示する方法を説明します。

'help' コマンドは、コマンド ウィンドウに主要なヘルプ トピックをすべてリストします。'help name' の形式は、関数、メソッド、クラス、変数など、name で指定された機能のヘルプ テキストを表示します。

disp('Display help for the ''close'' function.')
disp('>> help close')
help close
Display help for the 'close' function.
>> help close
close is a function.

    Other uses of close

       instrument/close
       matlab.internal.cef.webwindow/close
       matlabshared.asyncio.internal.Channel/close
       matlabshared.scopes.container.Application/close
       serial/close