"urlencode" function with char error

5 次查看(过去 30 天)
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