You are on page 1of 1

Cdigo fuente.

syms s;
y=eval(get(handles.fnc,'string'));
yr=ilaplace (y);
zi=char(yr);
set(handles.trs,'string',zi);
axes(handles.axes1);
ezsurf(y);
grid on
title('Transformada DE LAPLACE');
xlabel('X');
ylabel('Y');
axes(handles.axes2);
ezsurf(zi);
grid on
title('Transformada INVERSA DE LAPLACE');
xlabel('X');
ylabel('Y');

Grafica de la funcin para la transformada inversa de Laplace:

You might also like