help in p code
2 ビュー (過去 30 日間)
古いコメントを表示
good evening everybody
my question is how can I add a help within a p code ?
thanks in advance
0 件のコメント
採用された回答
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
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!