good evening everybody
my question is how can I add a help within a p code ?
thanks in advance

 Réponse acceptée

per isakson
per isakson le 2 Sep 2014

0 votes

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 commentaires

XAXRXTX
XAXRXTX le 2 Sep 2014
thank you for your response,
is there another method for a new version of matlab ????????
Sean de Wolski
Sean de Wolski le 2 Sep 2014
This is still the correct way...
XAXRXTX
XAXRXTX le 2 Sep 2014
thank a lot per isakson for your help and time and also Sean de Wolski

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Entering Commands dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by