how to solve the error "Not enough input arguments."

9 views (last 30 days)
when I run this code it gives error as "Not enough input arguments."how to solve the error ?

Answers (1)

KL
KL on 21 Mar 2018
Edited: KL on 21 Mar 2018
It's a function. You should call it by
output = convert2GPS(input)
Keep in mind the size of input.

Categories

Find more on Automotive in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!