- Naming your file to new
- Naming your function to Ve
Check for missing argument or incorrect argument data type in call to function 'new'.
87 views (last 30 days)
Show older comments
I could not find the answer. I am missing something
0 Comments
Answers (1)
Reshma Nerella
on 5 Apr 2021
Hi,
The reason behind the error is that,
You are using 2 different names for function name and file name i.e new and Ve.
In MATLAB, if the function has only one function definition, the name of the file must match the name of the function.
So consider either of the following
To know more about functions, refer to the documenation page: functions
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!