Hello,
I have a problem with inputting plain text to MuPAD and getting formatted output in return, without MuPAD performing calculations first. For example I need "a/gcd(a,b)/(b/gcd(a,b))" to be displayed as "a/gcd(a,b) #FRACTION BAR# b/gcd(a,b)", instead of just "a #FRACTION BAR# b".
I would really appreciate if someone explains how to format the text in MATLAB or MuPAD so that it can be copied or exported as an image file.
Thanks for your time.