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일

0 개 추천

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 you for your response,
is there another method for a new version of matlab ????????
Sean de Wolski
Sean de Wolski 2014년 9월 2일
This is still the correct way...
XAXRXTX
XAXRXTX 2014년 9월 2일
thank a lot per isakson for your help and time and also Sean de Wolski

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Entering Commands에 대해 자세히 알아보기

태그

질문:

2014년 9월 1일

댓글:

2014년 9월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by