How to use 'SI Psychrometric Chart' File exchange library?

17 visualizaciones (últimos 30 días)
Leo Daniel
Leo Daniel el 8 de Feb. de 2021
Comentada: Atit K el 24 de Sept. de 2023
Hi everyone, I require to calculate the psychrometric properties of air at various Temperature and humidity (no plotting). I want to use this library 'SI Psychrometric Chart' (https://in.mathworks.com/matlabcentral/fileexchange/49154-si-psychrometric-chart) that a user has provided, but am not able to get the result. I tried checking the code, but I can't understand much. I need an opinion on how to use this library for calculating various psychrometric properties.
Thanks
Leo Daniel
  1 comentario
Atit K
Atit K el 24 de Sept. de 2023
Here is an example:
%Point#1
Tdb1 = 32;
phi1 = 40;
%Point#2
Tdb2 = 12;
phi2 = 90
%Point#3
h3 = 45e3;
w3 = .0096;
%%
[Tdb1,w1,phi1,h1,Tdp1,v1,Twb1] = Psychrometricsnew('Tdb',Tdb1,'phi',phi1,'P',101.325)
[Tdb2,w2,phi2,h2,Tdp2,v2,Twb2] = Psychrometricsnew('Tdb',Tdb2,'phi',phi2,'P',101.325)
[Tdb3,w3,phi3,h3,Tdp3,v3,Twb3] = Psychrometricsnew('w',w3,'h',h3,'P',101.325)

Iniciar sesión para comentar.

Respuesta aceptada

Kiran Felix Robert
Kiran Felix Robert el 11 de Feb. de 2021
Hi Leo,
SI Psychrometric Chart is one of the several submissions in MATLAB File Exchange on MATLAB Central which is a forum for our product users to interact, exchange information and knowledge, without MathWorks' involvement.
Feel free to contact the author of this submission – Muhammad Tauha Ali - directly for specific questions about the implementation
  1 comentario
Leo Daniel
Leo Daniel el 11 de Feb. de 2021
Thank you Felix. I did try contacting Muhammad, but to no avail. I hoped someone in the forum might know.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by