function solve in matlab 2018
이전 댓글 표시
hello my name is iker, i'm from Spain, i have one question for us, why don't the function solve give me a solution to solve ecuation systems, the comand window said me "error", i intalled my software Matlab 2018 b with my campus licence of university of cantabria
댓글 수: 1
madhan ravi
2019년 2월 27일
you forgot to upload the code
답변 (1개)
Steven Lord
2019년 2월 27일
0 개 추천
If the error you receive is that the solve function is an undefined function or variable, check the output of the ver function to see if you have Symbolic Math Toolbox installed. If you do not have that toolbox, you will not be able to use that function.
If you receive a different error, please show us the full text of the error and/or warning messages you receive (all the text displayed in red or orange) as well as a small sample of code with which you can reproduce the error.
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!