Undefined function or variable 'assume', is it possible that my 'assume' function has been removed?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Ameer Hamza
le 6 Mai 2018
Modifié(e) : Ameer Hamza
le 6 Mai 2018
You cannot call assume() without input arguments. Use it like this
syms x
assume(x>0);
2 commentaires
saeed shekari
le 7 Mai 2018
Modifié(e) : Walter Roberson
le 7 Mai 2018
Ameer Hamza
le 7 Mai 2018
Modifié(e) : Ameer Hamza
le 7 Mai 2018
Can you show the output of
which assume
at command window
Catégories
En savoir plus sur Code Performance dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!