Matlab code to traditional symbolic notation conversion
Show older comments
Hello,
I am looking for a kind of converter which convert from a matlab code
e.^(x./2) * sin(ax)
To symbolic math notation.
Does MATLAB have some kind of tools to convert messy parenthesis and functions to more visual friendly notation ?
When my functions gets too complicated, it is difficult to read it and spot the errors in code version like this function at the below.
int((((x-z-0.5).^2 +(y-w).^2).^(-2)).*(1./(2.*pi.*0.25.^2)).*exp(-(1./(2.*0.25^2)).*(x.^2+ y.^2))./(10.*0.5.^(-4) +((x-z-0.5).^2 +(y-w).^2).^(-2)))
Accepted Answer
More Answers (2)
Mümin ÖZPOLAT
on 20 Mar 2017
0 votes
Sirine
on 5 Oct 2023
0 votes
i want to transformation this code to equations
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!