photo

Ivan


Last seen: 7 månader ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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 månader ago | 1 answer | 0

1

answer

Question


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 månader ago | 1 answer | 0

1

answer

Question


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 månader ago | 2 answers | 0

2

answers