how to solve the error "Not enough input arguments."
Mostrar comentarios más antiguos
when I run this code it gives error as "Not enough input arguments."how to solve the error ?
Respuestas (1)
It's a function. You should call it by
output = convert2GPS(input)
Keep in mind the size of input.
Categorías
Más información sobre Automotive en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!