You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error is reported on line 100 of generate.m. "copyfile('3ddfa/pncc_code.mat', 'Out/pncc_code.mat')". I checked the MATLAB syntax and found that when the second parameter of copyfile is a file, the first parameter must be a folder。 https://ww2.mathworks.cn/help/matlab/ref/copyfile.html#bvigrz6-1
The text was updated successfully, but these errors were encountered:
An error is reported on line 100 of generate.m. "copyfile('3ddfa/pncc_code.mat', 'Out/pncc_code.mat')". I checked the MATLAB syntax and found that when the second parameter of copyfile is a file, the first parameter must be a folder。
https://ww2.mathworks.cn/help/matlab/ref/copyfile.html#bvigrz6-1
The text was updated successfully, but these errors were encountered: