Re: 有一題微分的問題想請問怎麼撰寫程式已回收

看板MATLAB作者 (幫解MATLAB難題囧)時間16年前 (2008/10/11 15:11), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《sale58 (便宜大碗)》之銘言: : ※ 引述《zxvc (zxvc)》之銘言: : : f=inline(diff('(4*x+3)/(sin(x))^2+cos(x)')) : : f(pi) : : 可是f在pi無定義,所以會算出這樣的數字:1.6951e+049。 : 我寫了之後 : ??? Error using ==> inline.inline : Input must be a string. : 他會顯示這訊息耶...matlab有辦法算f'(π)跟f'(x)嗎?謝謝 --------------------------------------------------------------- function pttex115 clc syms x f = '(4*x+3)/(sin(2*x))^2+cos(x)' df = diff(f,'x') subs(df,{x},pi) ---------------------------------------------------- -- 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) ◆ From: 124.9.130.116

10/11 15:31, , 1F
謝謝~~~~~
10/11 15:31, 1F
文章代碼(AID): #18y56-13 (MATLAB)
文章代碼(AID): #18y56-13 (MATLAB)