Undefined function 'signal' for input arguments of type 'double'.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Matlabuser
el 20 de Oct. de 2014
Hi everyone, I am working on a function, by using that I get the value of y. and then there is a command a=signal (y) and a1=amutual(a,L) Length of signal
can anyone plz tell me what is the meaning of these commands and because when I run It, I got "Undefined function 'signal' for input arguments of type 'double'"
Thanks
1 comentario
Adam
el 20 de Oct. de 2014
It is an unfortunate aspect of Matlab that the syntax for functions and variables is so interchangeable, to the extent that two things that should be clearly different not only use identical syntax, but the definition of one hides the other.
If 'signal' is neither a variable nor a function in your path then that is the error message you will get, but it is impossible for us to tell whether your intention was that 'signal' be a vector/array variable being indexed or a function with y as its argument.
Respuesta aceptada
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!