matlab max函数用法
Irp(i,j)=max(max(Irap(i,j),Irbp(i,j),Ircp(i,j));Thevariable"Irp"isalsothenameofthissc...
Irp(i,j)=max(max(Irap(i,j),Irbp(i,j),Ircp(i,j));
The variable "Irp" is also the name of this script.
This is illegal, because it will be the name of a script and a variable
in any context from which the script is called.请问这怎么改? 展开
The variable "Irp" is also the name of this script.
This is illegal, because it will be the name of a script and a variable
in any context from which the script is called.请问这怎么改? 展开
1个回答
2015-07-20
展开全部
在你的工作空间里一定有一个名称为lrp.m的脚本文件,所以在运行这段代码时MATLAB就不知道这个lrbp到底是一个变量名还是一个脚本名了,所以报错。
把脚本或者变量改个名字就好了。
还有不知道你的语境是什么,感觉后面半句应改为max(max([Irap(i,j),Irbp(i,j),Ircp(i,j)]));
把脚本或者变量改个名字就好了。
还有不知道你的语境是什么,感觉后面半句应改为max(max([Irap(i,j),Irbp(i,j),Ircp(i,j)]));
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询