Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error is reported on line 100 of generate.m #90

Open
pfeducode opened this issue Apr 25, 2022 · 1 comment
Open

An error is reported on line 100 of generate.m #90

pfeducode opened this issue Apr 25, 2022 · 1 comment

Comments

@pfeducode
Copy link

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

@pfeducode
Copy link
Author

it work well when I use "copyfile( 'Out/pncc_code.mat','3ddfa/pncc_code.mat')" , my matlab version is R2021b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant