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));
0 件のコメント
回答 (2 件)
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.
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!