Azzera filtri
Azzera filtri

base64decode not found

5 visualizzazioni (ultimi 30 giorni)
Danilo Teran
Danilo Teran il 9 Feb 2017
Modificato: Joost Hazelzet il 1 Feb 2020
How can I solve it. I always get "base64decode not found." when I try to use the command "base64decode"
Thanks in advance

Risposte (2)

Joost Hazelzet
Joost Hazelzet il 1 Feb 2020
Modificato: Joost Hazelzet il 1 Feb 2020
It does exist, but use matlab.net.base64decode(base64string)

Guillaume
Guillaume il 9 Feb 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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by