help in p code

2 次查看(过去 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 个评论
XAXRXTX
XAXRXTX 2014-9-2
thank a lot per isakson for your help and time and also Sean de Wolski

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by