hi,i am getting error as not enough input arguments,while i run the below code.........which input arguments are less?? please let me know that?

function [ x,n ] = impseq(n0,n1,n2)
%UNTITLED2 Summary of this function goes here
% generates x(n)=delta(n-n0);n1<=n<=n2
% [ x,n ] = impseq(n0,n1,n2)
n=[n1:n2]
x=[(n-n0)==0];
end

回答(1 个)

类别

帮助中心File Exchange 中查找有关 Debugging and Analysis 的更多信息

提问:

2013-11-24

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by