Está en la página 1de 1

Calculo del 1er V

syms V
%DATOS VAN DER WALLS
F=str2double(get(handles.edit1,'string'));
Zi=str2double(get(handles.edit2,'string'));
Ki=str2double(get(handles.edit3,'string'));
V=(Zi*Ki*F-F)/(Ki-1)
set(handles.edit4,'string',V);

CALCULO 1er L
syms L
F=str2double(get(handles.edit1,'string'));
get(handles.edit4,'string',V);
L=F-V

También podría gustarte