Fugacidad
Fugacidad
Fugacidad
Asignatura: Fisicoquímica
% --- Outputs from this function are returned to the command line.
function varargout = fugac_OutputFcn(hObject, eventdata, handles)
% varargout cell array for returning output args (see VARARGOUT);
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
B0=0.083-(0.422/Tri^1.6);
B1=0.139-(0.172/Tri^4.2);
phiv=exp(B0*(Pri/Tri)+w*B1*(Pri/Tri));
fu=phiv*P
set(handles.fuga,'string',fu);
set(handles.coef,'string',phi);
Resultado