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

1 回表示 (過去 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 Center および File ExchangeGeology についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by