필터 지우기
필터 지우기

"urlencode" function with char error

조회 수: 5 (최근 30일)
endystrike
endystrike 2022년 5월 2일
답변: Walter Roberson 2022년 5월 2일
I've done a script that I've compiled into a .exe file using Matlab compiler but only in the exe file I get this error:
Undefined function 'urlencode' for input arguments of type 'char'.
If I try to run the same script from Matlab it works perfectly and I can correctly use "urlencode" function with char variables but from the exe it doesn't work.
Is there any particular limitation in "urlencode" function running from a recompiled .exe?

채택된 답변

Walter Roberson
Walter Roberson 2022년 5월 2일
MATLAB does not offer a function with that name. It offers only matlab.net.internal.urlencode

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by