Getting help for a hidden class

4 次查看(过去 30 天)
Jim Hokanson
Jim Hokanson 2014-5-16
I like to make classes hidden when I don't want them to be visible to tab complete. I was surprised to find that with Matlab 2014a (and most likely previous versions) that calling help on a method of a hidden class does not return any help information. Is there some way besides help() of getting this information?
classdef (Hidden) test < handle
methods
function testing()
%Some help text
end
end
end
help(test.testing) %Gives nothing

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Report Generator 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by