Uft =
@(t)Af*cos(2*pi*fc*t+2*pi*deltaffp*integral(Smt,0,10)+Phi0)
Undefined operator ‘./’ for input arguments of type ‘function_handle’.
Error in moxingcanshuqiuqu (line 136)
U1st=Uft./N1u;
这个问题怎么解决啊。。。求助
本文探讨了在Matlab编程环境下遇到的一个特定错误:当尝试对两个变量进行除法运算时出现的“Undefined operator ‘./’ for input arguments of type ‘function_handle’”错误。文章分析了该错误产生的原因,并寻求正确的解决办法。
Uft =
@(t)Af*cos(2*pi*fc*t+2*pi*deltaffp*integral(Smt,0,10)+Phi0)
Undefined operator ‘./’ for input arguments of type ‘function_handle’.
Error in moxingcanshuqiuqu (line 136)
U1st=Uft./N1u;
这个问题怎么解决啊。。。求助

被折叠的 条评论
为什么被折叠?