NeuACF
NeuACF copied to clipboard
How to run matlab code?
When I try to run matlab gen_PathSimMat_MUM_amovie.m
, I got two errors.
Unable to read file 'amovie'. No such file or directory. Undefined function or variable 'UI'.
Then, I create amovie
folder and put training and testing files in it, but I got another error.
Unable to read file 'amovie'. No such file or directory.
So, I think maybe this amovie should be a file. But what should be in this file? What is the format of this file? How can I solve the undefined variable 'UI' error?
When I try to run matlab
gen_PathSimMat_MUM_amovie.m
, I got two errors.Unable to read file 'amovie'. No such file or directory. Undefined function or variable 'UI'.
Then, I create
amovie
folder and put training and testing files in it, but I got another error.Unable to read file 'amovie'. No such file or directory.
So, I think maybe this amovie should be a file. But what should be in this file? What is the format of this file? How can I solve the undefined variable 'UI' error?
Hello, have you solved this problem?