
MATLAB find函数 [r,c] = find(R == max(R(:))); thetap = theta(c(1)); 哪个高手指点一下是什么意思啊
展开全部
[r,c] = find(R == max(R(:))); 检索R中最大元素所在的位置(行标r和列标c)
thetap = theta(c(1)); theta()是自定义函数
thetap = theta(c(1)); theta()是自定义函数
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询