Re: 有一題微分的問題想請問怎麼撰寫程式已回收
※ 引述《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
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
MATLAB 近期熱門文章
PTT數位生活區 即時熱門文章