In a single line, create a handle to the " +" function.

1 view (last 30 days)
This was a question I found in a quiz, its straight forward. Yet, am unable to get the correct answer.
Note: You should not pass parameters in function handle

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 28 May 2020
h=@plus;
h(1,2)

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!