base64decode not found
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How can I solve it. I always get "base64decode not found." when I try to use the command "base64decode"
Thanks in advance
0 comentarios
Respuestas (2)
Joost Hazelzet
el 1 de Feb. de 2020
Editada: Joost Hazelzet
el 1 de Feb. de 2020
It does exist, but use matlab.net.base64decode(base64string)
0 comentarios
Guillaume
el 9 de Feb. de 2017
Is it really the error message you get (and not "undefined function or variable 'base64decode'")?
There is no base64decode function in matlab. Your options are to write it yourself or find one already written
0 comentarios
Ver también
Categorías
Más información sobre Call Web Services from MATLAB Using HTTP en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!