Undefined function or variable 'assume', is it possible that my 'assume' function has been removed?
이전 댓글 표시
I've encountered with error Undefined function or variable 'assume' although i have used it many times before,
i used these commands below:
restoredefaultpath
rehash toolboxcache
but nothing changed, is it possible that my 'assume' function has been removed and if yes, what should i do?
채택된 답변
추가 답변 (1개)
Ameer Hamza
2018년 5월 6일
편집: Ameer Hamza
2018년 5월 6일
You cannot call assume() without input arguments. Use it like this
syms x
assume(x>0);
댓글 수: 2
saeed shekari
2018년 5월 7일
편집: Walter Roberson
2018년 5월 7일
Ameer Hamza
2018년 5월 7일
편집: Ameer Hamza
2018년 5월 7일
Can you show the output of
which assume
at command window
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!