Can we create sparse matrix of symbolic variables?
조회 수: 2 (최근 30일)
이전 댓글 표시
How can I create sparse matrix of symbolic variables?
I have a matrix which can have only
and
values where t and
are some real numbers. Almost 90% of the matrix elements are zeros.
I tried to create sparse matrix using "sparse()" function but it gives the following error
Undefined function 'sparse' for input arguments of type 'sym'
Is there any way around this problem?
댓글 수: 1
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Number Theory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!