help in p code
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
XAXRXTX
el 1 de Sept. de 2014
Comentada: XAXRXTX
el 2 de Sept. de 2014
good evening everybody
my question is how can I add a help within a p code ?
thanks in advance
0 comentarios
Respuesta aceptada
per isakson
el 2 de Sept. de 2014
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Desktop en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!