Info
此问题已关闭。 请重新打开它进行编辑或回答。
Accessing huge matrix of symfun?
1 次查看(过去 30 天)
显示 更早的评论
I have this H.mat file with an H variable that is of type symfun. Its supposed to be a matrix with symbolic variables:
syms s
H(s) = C/(s*eye(size(A))-A)
and matrices C and A also contian multiple and many other symbolic variables. But when I got H (which I attached in the .mat file here), I cannot see its contents from the workspace (I believe its because its too big and complicated). So how can I index/call or get access in any other way to whats inside H?
Note: A is 12 by 12 and C is 6 by 12.
5 个评论
Mann Baidi
2023-8-18
You will not be able to extract it untill the matrix is mxn matrix and not 1x1 matrix.
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!