the elements of my symbolic matrix are functions

1 次查看(过去 30 天)
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 个)

Community Treasure Hunt

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

Start Hunting!

Translated by