Plotting a harmonic function

6 ビュー (過去 30 日間)
Sergio Manzetti
Sergio Manzetti 2018 年 2 月 12 日
編集済み: Sergio Manzetti 2018 年 2 月 12 日
Hi, I am trying to plot the given function:
syms x
Z = x.^2 - exp(x)/3 + (2*exp(-x/2)*sin((sqrt(3)*x)/2))/sqrt(3) + 4/3*exp(-x/2)*cos((sqrt(3)*x)/2)
fplot(imag(Z), [ -4, 4 ])
figure(1)
however, it appears as a straight line, while in WolframAlpha it's quite something different.
Can someone see if this looks ok?

回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by