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));

Respuestas (2)

Rik
Rik el 1 de En. de 2018

0 votos

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.

La pregunta está cerrada.

Etiquetas

Preguntada:

el 1 de En. de 2018

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by