Why do I see this error message
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi guys,
When I tried to solve a system of linear equation consisting of vector variables, this messgae poped out. Can anyone help me to troubleshoot this issue?
Error using sym/solve (line 89)
Error using maplemex
Error, (in MTM:-solve) Vector[row](2, [0,0], datatype = integer[1]) is not valid equation or expression"
댓글 수: 1
Walter Roberson
2019년 6월 6일
Were you aware that you are using Maplesoft's maple as your symbolic engine, not Mathworks' Symbolic Toolbox that uses MuPAD as the symbolic engine?
The input accepted by maple differs in some important ways from the input accepted by MuPAD
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!