フィルターのクリア

help in p code

1 回表示 (過去 30 日間)
XAXRXTX
XAXRXTX 2014 年 9 月 1 日
コメント済み: XAXRXTX 2014 年 9 月 2 日
good evening everybody
my question is how can I add a help within a p code ?
thanks in advance

採用された回答

per isakson
per isakson 2014 年 9 月 2 日
The old Matlab way is to accompany the file my_function.p with a file my_function.m, which only contains the help-text.
function [ output_args ] = my_function( input_args )
%my_function Summary of this function goes here
% Detailed explanation goes here
end
  4 件のコメント
per isakson
per isakson 2014 年 9 月 2 日
編集済み: per isakson 2014 年 9 月 2 日
XAXRXTX
XAXRXTX 2014 年 9 月 2 日
thank a lot per isakson for your help and time and also Sean de Wolski

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by