Define a 100 * 100 symbolic matrix whose elements are the function of a symbolic variable t
Show older comments
Hi guys,
I want to define a symbolic matrix whose size is 100 * 100. All of the elements inside the matrix are all functions of time t. Also, I want to make the variable t a symbolic variable.
So how to define this matrix and write the codes in Matlab ?
Thanks so much!
Cheers
5 Comments
KSSV
on 22 Mar 2019
How your elements are defined? How they depend on t? Read this: https://in.mathworks.com/help/symbolic/create-symbolic-matrices.html
Tony Cheng
on 22 Mar 2019
Walter Roberson
on 26 May 2019
Edited: Walter Roberson
on 26 May 2019
This cannot be done in MATLAB. Arrays of symbolic functions are converted into a single symbolic function returning an array.
Stephan
on 26 May 2019
I agree, all you can do is find some workaround like shown in this example:
Tony Cheng
on 27 May 2019
Answers (0)
Categories
Find more on Common Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!