MATLAB仿真时用simulink的RMS模块测量电压有效值,总提示如下警告,怎么破,跪求? 10
Warning:Thespecifiedbufferfor'sag1/RMS1/TrueRMS/Meanvalue/Model/Continuous/TransportD...
Warning: The specified buffer for 'sag1/RMS1/TrueRMS /Mean
value/Model/Continuous/Transport Delay' was too small. During simulation, the
buffer size was temporarily increased to 14336. In order to generate code, you
need to update the buffer size parameter。 展开
value/Model/Continuous/Transport Delay' was too small. During simulation, the
buffer size was temporarily increased to 14336. In order to generate code, you
need to update the buffer size parameter。 展开
1个回答
展开全部
可以通过以下方2113法在MATLAB关闭警告。
1、以e为底的指数函数。可以通过 exp(n)表示,如在命令行窗口中输入表示e的五次方,如下图:
2、可以验证一下以e为底的指数函数和对数函数表示形式,在命令行窗口中输入log(exp(1)),按回车键,可以看到结果为1,如下图:
3、继续在命令行窗口中输入log(exp(2)),按回车键,可以看到结果为2。就关闭警告。
注意事项:
例子:
1、punct - Function handle creation @;@ 在匿名函数中表示函数句柄。
2、例如ln(x),在matlab中是没有定义的,正确表示是log(x);但如果要直观表示自然对数,意义用以下语句表示:ln=@(x) log(x);执行后,ln(4)=log(4) , 即用ln 替换 log。
3、poly6 = @(x) 8*x.^6+6*x.^5+3*x.^3+x.^2+x+520;fplot(ploy6,[0,100]);fzero(ploy6,13)。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询