base64decode not found
3 次查看(过去 30 天)
显示 更早的评论
How can I solve it. I always get "base64decode not found." when I try to use the command "base64decode"
Thanks in advance
0 个评论
回答(2 个)
Joost Hazelzet
2020-2-1
编辑:Joost Hazelzet
2020-2-1
It does exist, but use matlab.net.base64decode(base64string)
0 个评论
Guillaume
2017-2-9
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!