How to use 'SI Psychrometric Chart' File exchange library?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
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)
Respuesta aceptada
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!