Community Profile

photo

Mostafa Shehab


MathWorks MOOC Program

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how can I make a GUI for this script?
clc,clear close all disp('Formation Water Properties'); S=input('Salinity(Weight percent solids)= '); T=input('The...

8 years ago | 1 answer | 0

1

answer

Question


how to protect my code from copying by other users?
clc,clear c=5; for N=1:15; A=3;B=7; if N>=c Ixy(N)=A+B*N*N; Nc(N)=N; fprintf('%d\t %d\t\t\n',Ixy(N),N...

8 years ago | 1 answer | 0

1

answer

Question


How to plot a 2D graph using all the for loop values؟
clc,clear xi=input('The solution gas-oil ratio(Rsb)\n'); yi=input( ' The specific gravity of separator gas\n'); Ti=in...

8 years ago | 1 answer | 0

1

answer