generate function and save it

1 view (last 30 days)
thoalfqar
thoalfqar on 19 Apr 2013
i generate new function (triarea) and i test it in work space and it work
probably , but the problem when i want to save it , say (undefine input argument)
the code is show below
_||function a= triarea (b,h)
a=0.5*(b.*h);||_
error show below
||Input argument "b" is undefined.
Error in ==> triarea at 2
a=0.5*(b.*h);||

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 19 Apr 2013
When you type
triarea(1,2)
What is the error message?

Community Treasure Hunt

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

Start Hunting!