can one define a function handle in Livescript?

2 views (last 30 days)
Can one define a function handle in Livescript? How will it work?

Answers (1)

Steven Lord
Steven Lord on 7 Jul 2020
It is possible to define function handles in a Live Script. How well those function handles work depends on how well you implemented the functions or wrote the function handles.
If you had some trouble (warnings, errors, answers different than what you expected, etc.) when you tried this, attach your Live Script or describe in detail exactly what you tried and what happened when you tried and we may be able to point out what's wrong or how to improve your code.

Categories

Find more on Manage Products in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!