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!