Info

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

How can i use symbolic variables in a cell array?

1 view (last 30 days)
masoud jiryaei
masoud jiryaei on 22 Aug 2019
Closed: Stephen23 on 22 Aug 2019
How can i use symbolic variables in a cell array?
for example : I have this 2-by-2 matrix : [A] = [ a*(x^2) , b(y^3) ; d*(x^2)*y , c ].
and I want to put it in a cell array 3-by-1 : {b} = { [A] ; [A] ; [A] }

Answers (0)

Community Treasure Hunt

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

Start Hunting!