I simply did this
This results in variables like this
I want to convert this ySol into a string something like this "C1*exp(t^2/2)"
As I am making a GUI application I want to display this solved equation value in a TextBox
I tried
num2str(ySol)
compose(ySol)
cprintf(ySol)
sprintf(ySol)

