Borrar filtros
Borrar filtros

the elements of my symbolic matrix are functions

1 visualización (últimos 30 días)
binbin cao
binbin cao el 14 de Sept. de 2021
Respondida: binbin cao el 14 de Sept. de 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!

Respuesta aceptada

binbin cao
binbin cao el 14 de Sept. de 2021
I have found a solution to the problem. formula

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by