資源簡介
三個問題的代碼,分別把problem1,problem2,problem3文件夾復制到matlab存放代碼的文件夾里面,然后分別運行main函數(shù)就可以得到每一個問題的結(jié)果了,注釋里面有我調(diào)試的答案

代碼片段和文件信息
%?f=exp(0.003898*x?+7.31);%E-F的關(guān)系
%?dsolve(‘Dy=exp(0.003898*y+7.31)/x‘‘y(0.85)=100‘‘x‘)%F-P
%?dsolve(‘Dy=y/exp(0.003898*x+7.31)‘‘y(100)=0.85‘‘x‘)%P-F
clc
Vg=pi*5*5*500;%油管的體積
v1_p1=(0:0.01:0.2)*100;
v2_p1=ones(1length(0.21:0.01:2.2))*20;
v3_p1=240-(2.21:0.01:2.4)*100;
v_p1=[v1_p1‘;v2_p1‘;v3_p1‘];%不同時刻b的速率
C=0.85;
AS=pi*0.7*0.7;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-09-21?16:50??高壓油管問題代碼(湖南科技大學)\
?????目錄???????????0??2019-09-21?16:48??高壓油管問題代碼(湖南科技大學)\problem1\
?????文件?????????162??2019-09-17?18:01??高壓油管問題代碼(湖南科技大學)\problem1\F.m
?????文件?????????124??2019-09-17?18:03??高壓油管問題代碼(湖南科技大學)\problem1\P.m
?????文件?????????361??2019-09-17?21:43??高壓油管問題代碼(湖南科技大學)\problem1\data.m
?????文件????????1285??2019-09-21?16:50??高壓油管問題代碼(湖南科技大學)\problem1\main.m
?????文件?????????122??2019-09-12?19:24??高壓油管問題代碼(湖南科技大學)\problem1\precision.m
?????目錄???????????0??2019-09-21?16:48??高壓油管問題代碼(湖南科技大學)\problem2\
?????文件?????????181??2019-09-21?09:40??高壓油管問題代碼(湖南科技大學)\problem2\F.m
?????文件?????????143??2019-09-21?09:40??高壓油管問題代碼(湖南科技大學)\problem2\P.m
?????文件?????????124??2019-09-21?09:57??高壓油管問題代碼(湖南科技大學)\problem2\V.m
?????文件????????1281??2019-09-21?10:07??高壓油管問題代碼(湖南科技大學)\problem2\data.m
?????文件????????1068??2019-09-21?11:01??高壓油管問題代碼(湖南科技大學)\problem2\main.m
?????目錄???????????0??2019-09-21?16:48??高壓油管問題代碼(湖南科技大學)\problem3\
?????文件?????????181??2019-09-21?09:40??高壓油管問題代碼(湖南科技大學)\problem3\F.m
?????文件????????1736??2019-09-21?16:20??高壓油管問題代碼(湖南科技大學)\problem3\FUN.m
?????文件?????????143??2019-09-21?09:40??高壓油管問題代碼(湖南科技大學)\problem3\P.m
?????文件?????????124??2019-09-21?09:57??高壓油管問題代碼(湖南科技大學)\problem3\V.m
?????文件????????1295??2019-09-21?11:13??高壓油管問題代碼(湖南科技大學)\problem3\data.m
?????文件?????????506??2019-09-21?16:46??高壓油管問題代碼(湖南科技大學)\problem3\main.m
評論
共有 條評論