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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
