Help command does not work, it has 'matlab.in​ternal.hel​p.helpProc​ess' class destructor: Error using newline

조회 수: 13 (최근 30일)
I wanted to use the help command to look up the userguide, but it doesnt work and returns me a bunch of errors :(
Error as follow:
Warning: The following error was caught while executing 'matlab.internal.help.helpProcess' class destructor:
Error using newline
Too many output arguments.
Error in matlab.internal.help.helpProcess/displayHelp (line 22)
displayStr = [getString(message('MATLAB:helpUtils:displayHelp:TopicNotFound', hp.topic)), newline,
searchMessage];
Error in matlab.internal.help.helpProcess/delete (line 104)
disp(hp.displayHelp);
Error in help (line 31)
end
> In help (line 31)

답변 (1개)

Walter Roberson
Walter Roberson 2022년 11월 27일
It sounds as if you have a third-party newline function, such as from a package such as pplane or spm12 .
Check using
which -all newline
built-in (/MATLAB/toolbox/matlab/strfun/newline) /MATLAB/toolbox/shared/hdlshared/@hdl/newline.p % hdl method
if you see anything that is not built-in or inside a @ class definition, then it might be the interfering code.

카테고리

Help CenterFile Exchange에서 Biomedical Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by