Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Imaginary part arises when the data imported from excel sheet is double integrate
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi I double integrated two columns of data in excel sheet but in the output the displaced data has imaginary part can some one help me to avoid the imaginary part. clear; clc; w = xlsread('Book3.xlsx'); dt=.02; t=[0:dt:20]; disp = discrt(w,dt); plot(t,disp,'r',t,w); xlabel('Time') ylabel('displacement') title('Integrated unfiltered plot') %legend ('X integrated displacement')
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!