필터 지우기
필터 지우기

Symbolic matrix problem, how to take out the arrays of a symbolic matrix?

조회 수: 1 (최근 30일)
Hi,
I have a matrix 5X1 as a Symfun data, where I want to take out the 5 elements seperately and do more calculations on them. The problem is the matrix is to be a 1X1 matrix as long as it's a Symfun and I can not choose the arrays seprately. I can not transform the marix to double or single, because each time I recieve an error. What can be other solution?
best regards,

채택된 답변

Walter Roberson
Walter Roberson 2017년 2월 28일
call formula() on the symfun to get back an array that you can then index.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by