photo

Ahmad AlJuhani


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Implement code for multi range of temperature
Hi I need to execute and plot the below code for range of temperatures (T) instead of one value (T=333) exampel range of T val...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Optimize code using loop
The qustion was how to optimize the code by using loop function. Thanks aara

etwa 6 Jahre vor | 0

Frage


Optimize code using loop
clc; clear all; close all; Tc = 369.8; % Propan critical Temp in K funPr = @(Vr,Tr) 8/3 * Tr./(Vr - 1/3) - 3./(Vr.^2); %...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten