Undefined function or variable 'assume', is it possible that my 'assume' function has been removed?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (1)
Ameer Hamza
il 6 Mag 2018
Modificato: Ameer Hamza
il 6 Mag 2018
You cannot call assume() without input arguments. Use it like this
syms x
assume(x>0);
2 Commenti
saeed shekari
il 7 Mag 2018
Modificato: Walter Roberson
il 7 Mag 2018
Ameer Hamza
il 7 Mag 2018
Modificato: Ameer Hamza
il 7 Mag 2018
Can you show the output of
which assume
at command window
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!