Info

This question is closed. Reopen it to edit or answer.

Extracting the results from a 1x1 sym from maple

1 view (last 30 days)
Oberref
Oberref on 3 Nov 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
Hey,
i'm using Matlab R2013a with the Maple tool box. I want to let maple solve the symbolic expressions. I'm using the follwing line to send Maple the data:
solution = maple('{b = x^3/y, a = b*x, y = d+x},{x,y}')
The result is a 1x1 sym.
Now my question: How can i extract the single reults as e.g. a or b?
And is there a possibility to write sth like:
eq1 = x^3/y -b
eq2 = b*x-a
eq3 = d+x-y
solution = maple('{eq1 , eq2, eq3},{x,y}')
Regards

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!