필터 지우기
필터 지우기

How i can have the other properties from the Psychrometricsnew fonction ?

조회 수: 4 (최근 30일)
Lorenzo Nsingui Barros
Lorenzo Nsingui Barros 2018년 4월 10일
답변: Ali 2022년 10월 4일
When I put : Psychrometricsnew('h',90000,'w',0.009) for exemple, it only show me one ans which is the dry bulb temperature. The turbo name's SI Psychrometric Chart.

답변 (1개)

Ali
Ali 2022년 10월 4일
I think that's not a standard Matlab Function (I am also using it) and it was a community submission. If you look at the code, you can see it has multiple outputs:
function [Tdb, w, phi, h, Tdp, v, Twb] = Psychrometricsnew (varargin)
You should be using it like this:
[Tdb, w, phi, h, Tdp, v, Twb] = Psychrometricsnew ('h',90000,'w',0.009);
And you'll see all the variables in the output calculated.

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by