Clear Filters
Clear Filters

it is giving me error in system generated code with a message not enough input argument in ifact program code

1 view (last 30 days)

Answers (1)

KSSV
KSSV on 4 Aug 2021
Don't run the code straight away using run button. Save the function in a folder, go to that folder and call it in the workspace.
n = 7 ;
f = ifact(n)

Community Treasure Hunt

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

Start Hunting!