the elements of my symbolic matrix are functions

1 Ansicht (letzte 30 Tage)
binbin cao
binbin cao am 14 Sep. 2021
Beantwortet: binbin cao am 14 Sep. 2021
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!

Akzeptierte Antwort

binbin cao
binbin cao am 14 Sep. 2021
I have found a solution to the problem. formula

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by