Feeds
提问
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...
10 years 前 | 1 个回答 | 0
1
个回答提问
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...
10 years 前 | 1 个回答 | 0
1
个回答提问
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...
10 years 前 | 1 个回答 | 0
