Need a means of passing a handle to a function shown to me.
1 次查看(过去 30 天)
显示 更早的评论
Hi, I need to pass a "handle" to a function. I then need to use the handle.
Here is the question that describes the code. How do I receive a handle in a function once it is passed to it?
0 个评论
采纳的回答
Walter Roberson
2016-12-14
Example:
function pqd = find_zero(xyz, abc, jlk)
pqd = xyz(abc);
This is not the correct function, but it illustrates invoking the received function handle on a data point.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!