Faridatul Ain Binti Mohd Rosdan
Followers: 0 Following: 0
Feeds
提问
How to add 2 other equations which depends on Tp change in the ODE.
These two equations (psatv =exp (A-B/(Tp+C))*133.322 and Cvs = (psatv*Nl)/(1000*R*Tp) have parameter Tp that solves by ode3 equa...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to generate 3 plot? It only appear 1 plot from the coding.
%Solve for ml, Tp and rp clc; clear; close all; %parameters R = 8.314; %gas constant J/mol K - the temperature must b...
3 years 前 | 1 个回答 | 0
1
个回答提问
Why do I receive sym/subsasgn error?
The code that I use: clc; clear; close all; %parameters R = 8.314; Tp = 298.15; Nl = 18.015; A = 18.3036; B = ...
3 years 前 | 1 个回答 | 0