Info

This question is closed. Reopen it to edit or answer.

Need of assistance, got stuck in 3.3 task 2 in matlab Onramp

1 view (last 30 days)
o use a function as an input to another function, create a function handle by adding the @ symbol to the beginning of the function name.
transform(ds,@myfun)
A function handle is a reference to a function. Without the @ symbol, MATLAB will interpret the function name as a call to that function.
Need solution for this task/.

Answers (0)

Community Treasure Hunt

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

Start Hunting!