Re: [討論] 新手簡單解數學
※ 引述《JoelEmbiid (JoelEmbiid)》之銘言:
: 想請問板上大大們:
: 小弟新手
: 這樣利用Matlab想詢問數學方程式為X=1+A^8.1/(1+A)^0.3
: 請問這種方程式可以利用Matlab計算得知X值嗎?
: 懇請板上大大解答,感恩。
----------------------------------
function pttex145
A = 0:0.01:10;
A = A'
X = 1+ A.^(8.1)./((1+A).^0.3)
plot(A,X)
----------------------------------
感覺很像是控制系統的方程式
--
1.MATLAB programming 2.ASPEN process simulation package
3.FORTRN programming 4.Advance Engineering Mathematics
5.Process Control Theory
6.Chemical Engineering Basic Theory(Kinetic.thermodynamics.transport)
7.Numerical Method and Analysis
8.MATLAB Toolbox.Simulink system basic design
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.233.115.10
※ 文章網址: https://www.ptt.cc/bbs/MATLAB/M.1493506566.A.220.html
討論串 (同標題文章)
MATLAB 近期熱門文章
PTT數位生活區 即時熱門文章