필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Accessing huge matrix of symfun?

조회 수: 3 (최근 30일)
Ali Almakhmari
Ali Almakhmari 2023년 7월 27일
마감: Ali Almakhmari 2023년 8월 18일
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
Ali Almakhmari
Ali Almakhmari 2023년 8월 17일
편집: Ali Almakhmari 2023년 8월 17일
Its a 1 by 1 symFcn but when you open it you will get a matrix with multiple symFcn equations. The issue is that I cannot index that H to extract a specific symFcn equation in the matrix. For example, having H, how can I extract the symFcn in the 1st row, 2nd column?
Mann Baidi
Mann Baidi 2023년 8월 18일
You will not be able to extract it untill the matrix is mxn matrix and not 1x1 matrix.

답변 (0개)

이 질문은 마감되었습니다.

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by