matlab函数中中括号提示前半截有错~function[t st]=lpf(f,sf,B)df=f(2)-f(1);hf=zeros(1,length(f));bf=[-floor(B/df):floor(B/df)]+floor(length(f)/2);hf(bf)=1;yf=hf.*sf;[t,st]=F2T(f,yf);st=real(st);第四行提示前半个中括号有错,但

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/13 14:41:57
matlab函数中中括号提示前半截有错~function[t st]=lpf(f,sf,B)df=f(2)-f(1);hf=zeros(1,length(f));bf=[-floor(B/df):floor(B/df)]+floor(length(f)/2);hf(bf)=1;yf=hf.*sf;[t,st]=F2T(f,yf);st=real(st);第四行提示前半个中括号有错,但
xMo0ǿʎ6p衟`7 <*%;mZ%KBՊoBL/c;i_A-ӶI>??[6 (I=8CNrL.qF>KnV艍t%(P^%C) j˖iK(W_PP/A4-iE)A|,JvZF*Bg-WSy$Of_[6ҭrlx0 .aq-]h) o/@ ,!\ aꑍyJ°*zP6Dv]'>yő)'\>W.gA@>4E v&g'َ8?q9ᖹ,NGx6ULwC2nȍ#xwIg)q;8hOƣ4'IK-Q#OzmFSZ=@E

matlab函数中中括号提示前半截有错~function[t st]=lpf(f,sf,B)df=f(2)-f(1);hf=zeros(1,length(f));bf=[-floor(B/df):floor(B/df)]+floor(length(f)/2);hf(bf)=1;yf=hf.*sf;[t,st]=F2T(f,yf);st=real(st);第四行提示前半个中括号有错,但
matlab函数中中括号提示前半截有错~
function[t st]=lpf(f,sf,B)
df=f(2)-f(1);
hf=zeros(1,length(f));
bf=[-floor(B/df):floor(B/df)]+floor(length(f)/2);
hf(bf)=1;
yf=hf.*sf;
[t,st]=F2T(f,yf);
st=real(st);
第四行提示前半个中括号有错,但是我试过不是输入法的问题,

matlab函数中中括号提示前半截有错~function[t st]=lpf(f,sf,B)df=f(2)-f(1);hf=zeros(1,length(f));bf=[-floor(B/df):floor(B/df)]+floor(length(f)/2);hf(bf)=1;yf=hf.*sf;[t,st]=F2T(f,yf);st=real(st);第四行提示前半个中括号有错,但
没问题的
matlab的提示分错误和警告
这个可能连警告都不算,只是一般推荐语法罢了
可以editor中相应位置右键菜单抵制之,也可以配置参数里定义提示信息等级