base64decode not found
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I solve it. I always get "base64decode not found." when I try to use the command "base64decode"
Thanks in advance
0 commentaires
Réponses (2)
Joost Hazelzet
le 1 Fév 2020
Modifié(e) : Joost Hazelzet
le 1 Fév 2020
It does exist, but use matlab.net.base64decode(base64string)
0 commentaires
Guillaume
le 9 Fév 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 commentaires
Voir également
Catégories
En savoir plus sur Call Web Services from MATLAB Using HTTP dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!