This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
大家好,我有一个关于我在 matlab 上的项目的问题,因为我是新手,所以我需要你的帮助:
我有一个很好用的函数,但我收到了一个警告:我收到警告
"Warning: Size vector should be a row vector with integer elements."
的代码是:
Vector = zeros(2,x1*x2/size^2);
我看过其他一些讨论这个的帖子,但没有提到解决方案。