Not enough input arguments
Show older comments
mtrain1 = size(Xtrain1,1);
nw = size(Xtrain1,2);
when i run the above code , i face the following error:
Not enough input arguments.
Error in movie_kernel (line 28)
mtrain1 = size(Xtrain1,1);
What is this error, and how to solve this error, thanks
3 Comments
Allen
on 24 May 2022
@Waseem Abbas What type of data is being stored in your Xtrain variable?
jessupj
on 24 May 2022
huh? why is size executing movie_kernel? I don't see that happening in those lines of code unless Xtrain1 executes a script or something like that
Waseem Abbas
on 25 May 2022
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!