matlabload: can not open file *.mat for reading
Hello! I am trying to import polygon verticies from a matlab file. The file contains matlab variables, which are arrays of floats and integers. The "matlabload" function doesn't comply, and returns this error : > matlabload("my_file.mat"); Error: prompt line 2: in matlabload: can not open file my_file.mat for reading To…