base64decode not found
Ältere Kommentare anzeigen
How can I solve it. I always get "base64decode not found." when I try to use the command "base64decode"
Thanks in advance
Antworten (2)
Joost Hazelzet
am 1 Feb. 2020
Bearbeitet: Joost Hazelzet
am 1 Feb. 2020
1 Stimme
It does exist, but use matlab.net.base64decode(base64string)
Guillaume
am 9 Feb. 2017
0 Stimmen
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
Kategorien
Mehr zu Call Web Services from MATLAB Using HTTP finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!