how to avoid the following error
Info
This question is closed. Reopen it to edit or answer.
Show older comments
how to overcome Undefined function 'sum' for input arguments of type 'function_handle'. Error in overall_throughput_Et = sum(sum(throughput_Et));
Answers (2)
Rik
on 1 Jan 2018
0 votes
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.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!