how to avoid the following error

how to overcome Undefined function 'sum' for input arguments of type 'function_handle'. Error in overall_throughput_Et = sum(sum(throughput_Et));

回答 (2 件)

Rik
Rik 2018 年 1 月 1 日

0 投票

Apparently throughput_Et is a function handle, not a matrix. Watch out with your assignments so you don't overwrite any functions.
If you want more specific advice, post specific code.

この質問は閉じられています。

タグ

質問済み:

2018 年 1 月 1 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by