Hello. Let's say I have a symbolic function: exp(5*x)*x^3. Is it possible to let MATLAB automatically search for the component within the exponential part (result is 5), and the power of x (result is 3). Thanks!
Unfortunately, this is not possible with the tools that are made available at the MATLAB level. You would need to use feval(symengine) or evalin(symengine) to invoke checking at the MuPAD symbolic engine level.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
1 Comment
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/402572-search-for-components-in-symbolic#comment_572101
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/402572-search-for-components-in-symbolic#comment_572101
Sign in to comment.