How to find if a symbolic operation contains a or function?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
gonzalo Mier
il 17 Nov 2020
Commentato: gonzalo Mier
il 19 Nov 2020
I'm trying to find if a symbolic equation has the 'or' function or not.
I have tried to do this:
syms a b
has(a|b,'or') % logical 0
has(or(a,b),'or') % logical 0
I don't know if this is a bug. Do you know other ways to do this?
Thank you
2 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!