Python Error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc1 in position 2: ordinal not in range(128)

52 visualizzazioni (ultimi 30 giorni)
fid=py.open("set1.pkl",'rb');
data=py.pickle.load(fid);
data=cell(data)

Risposte (1)

Yongjian Feng
Yongjian Feng il 17 Ago 2021
As you noticed, this is a python error. Try first using python directly to read, without using matlab.
  3 Commenti

Accedi per commentare.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by