Error when saving a profile result - "Error using startsWith"

조회 수: 5 (최근 30일)
Daigo
Daigo 2022년 1월 31일
댓글: Daigo 2022년 2월 7일
I simply want to save my profile result by the following code:
p = profile("info");
profsave(p,"profiler1");
However, I got the following error messages. Does anyone know what is going on?
Error using startsWith
First argument must be a string array, character vector, or cell array of character vectors.
Error in web>resolveUrl (line 239)
if ~(startsWith(html_file, 'text://') || startsWith(html_file, 'http://'))
Error in web>examineInputs (line 233)
html_file = resolveUrl(html_file);
Error in web (line 88)
[options, html_file] = examineInputs(varargin{:});
Error in profsave (line 65)
web(['file:///' fullfile(fullDirname,'file0.html')],'-browser');

채택된 답변

Reshma Nerella
Reshma Nerella 2022년 2월 4일
Hi,
It's my understanding that you are facing an error while saving the profiler result using "profsave" function.
I have brought this issue to the notice of our developers. They will investigate the matter further.
Since the code is working fine in MATLAB latest releases such as R2020b, R2021a, R2021b, so as a workaround you may consider upgrading to MATLAB latest releases.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Historical Contests에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by