Need a means of passing a handle to a function shown to me.

1 回表示 (過去 30 日間)
DJ V
DJ V 2016 年 12 月 14 日
回答済み: Walter Roberson 2016 年 12 月 14 日
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?

採用された回答

Walter Roberson
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 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by