the elements of my symbolic matrix are functions

조회 수: 1 (최근 30일)
binbin cao
binbin cao 2021년 9월 14일
답변: binbin cao 2021년 9월 14일
this is my code
syms l xita(t)
r0=[l/4*cosd(xita);l/4*sind(xita)];
dfr0=diff(r0,t)
dfr0(t) = 
drf0 is a symbolic matrix, i want to refer to an element in the matrix, but drf0(1) or drf0(2) is t = 1/2, so how can i get one element in the matrix, thank you!

채택된 답변

binbin cao
binbin cao 2021년 9월 14일
I have found a solution to the problem. formula

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by