Community Profile

photo

Abdullah Al-Alawi


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Need help with for loops
t = [0:20]; %time domain u = [1 0.6 0.3 0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]; %input y = [0 0.5 0.9 0.91 0.866 0.732 0.612 0...

6 years ago | 1 answer | 0

1

answer

Question


One point calculation to a range of points.
clear all global R Tc Pc Omega a b Kappa1 Kappa0 R = 0.00008314; Tc = 670.2; %in K Pc = 55.02; %in Bar Tboil =...

8 years ago | 1 answer | 0

1

answer

Question


for and while loops and graphing
Tc = 670.2; %in K Pc = 55.02; %in Bar Omega = 0.39983; Kappa1 = -0.03471; Kappa0 = 0.378893 + 1.4897153*Omega - 0.17131848...

8 years ago | 0 answers | 0

0

answers

Question


Plotting and adding elements to an array
%Tc = input('PLease enter the critical temperature'); %Critical Temp. in Kelvins Tc = 154.6; %Pc = input('Please enter t...

8 years ago | 1 answer | 0

1

answer

Question


Plotting with different isotherms
%Tc = input('PLease enter the critical temperature'); %Critical Temp. in Kelvins Tc = 154.6; %Pc = input('Please enter the c...

8 years ago | 0 answers | 0

0

answers

Question


Equating Two Unknowns Using a Given Range for Each.
Basically, I have a Temperature range and an entropy range. I want the function to find the best suitable(approximate) temperatu...

8 years ago | 1 answer | 0

1

answer

Question


Finding x that approximate y to zero
I am trying to find the the value x that make y approximately zero. Here is what I did: e= 0.001 %error bar for x = linsp...

9 years ago | 2 answers | 0

2

answers