"urlencode" function with char error
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
endystrike
il 2 Mag 2022
Risposto: Walter Roberson
il 2 Mag 2022
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?
0 Commenti
Risposta accettata
Walter Roberson
il 2 Mag 2022
MATLAB does not offer a function with that name. It offers only matlab.net.internal.urlencode
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su FPGA, ASIC, and SoC Development in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!