Unrecognized function or variable 'fact2'. Error in clc_Statis (line 268) Ag(p) = A1*fact2(2*p-1)^(1/p);
조회 수: 1 (최근 30일)
이전 댓글 표시
I have this problem occuring while run the code for graph.
댓글 수: 2
Torsten
2025년 7월 10일
I can only repeat what MATLAB says: The variable or function "fact2" used in the definition for Ag(p) cannot be found in your code.
Walter Roberson
2025년 7월 10일
fact2 is not part of the Symbolic Math Toolbox.
fact2() is not defined by any Mathworks toolbox (unless it is perhaps undocumented.)
There is a definition for fact2() at https://www.mathworks.com/matlabcentral/answers/377156-error-when-using-symsum-in-function-declaration
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!