|
Hello everyone,
Is it possible to display an expression in the command window? like in MuPAD:
print(Typeset, int(f(x)/g(x), x = a..b)):
which returns a nice expression.
I would like to display the key mathematical expression of my m-file, as to state the problem.
Alternatively, is it possible to import an expression created in MuPad to import it in an m-file?
I need this expression (in MuPAD form:
_int := freeze(int): F := _int(1/P, P = Pi..Po)*-n*R*T = w
To be printed like this in the command window in Matlab
Thank you for your help!
Jules
|