load handel 在matlab中什么意思

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/29 00:32:55

load handel 在matlab中什么意思

[r,c] = find(R == max(R(:))); 检索R中最大元素所在的位置(行标r和列标c)
thetap = theta(c(1)); theta()是自定义函数