Not enough input arguments
显示 更早的评论
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 个评论
Allen
2022-5-24
@Waseem Abbas What type of data is being stored in your Xtrain variable?
jessupj
2022-5-24
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
2022-5-25
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!