Error in sym>tomupad
조회 수: 2 (최근 30일)
이전 댓글 표시
Dear All,
Can you please help me with this problem? I can't run the DSGE model in matlab (the code is from the author of paper and it was writen in 2008)
Error using sym>convertChar (line 1448)
Character vectors and strings in the first argument can only specify a variable ornumber. To evaluate character vectors and strings representing symbolicexpressions, use 'str2sym'.
Error in sym>tomupad (line 1214)
S = convertChar(x);
Error in sym (line 211)
S.s = tomupad(x);
Error in subs (line 68)
r_unique_name = subs(sym(f_unique_name),varargin{:});
Error in SYMLOG_NCC (line 26)
eqI = subs(eqI,{'Ra1','a','w','F','R'},{Ra1,a,w,F,R});
Error in RBC_NCC (line 14)
SYMLOG_NCC;
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!