photo

Ivan


Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


la función syms no funciona [syms function not working]
Quiero realizar un calculo simbolico pero no me funciona, al colocar syms x me sale error Como puedo verificar que tengo habili...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


Index exceeds the number of array elements. Index must not exceed 4.
m = 3; k = 120; w2 = k/m; beta = 1/12; gamma = 1/2; dt1 = 1/sqrt(k/m); t1 = 0:dt1:5; nt1 = length(t1) autovalores1 = zer...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


error Conversion to double from function_handle is not possible.
t = 0:0.01:10; nt = length(t); % Inicialización de u y u' u = zeros(size(t)); p = zeros(1,nt); for i = 1:nt p(i) = @(t...

9개월 전 | 답변 수: 2 | 0

2

답변