How can I plot symbolic expression

4 次查看(过去 30 天)
Sam Oke
Sam Oke 2019-11-18
编辑: Sam Oke 2019-11-18
Hello everyone,
I am trying to plot a symbolic expression but I couldn't just get it. I have a code of the form
syms k
u = [0,1];
A = r.^k*(((-1).^(k+1)*t.^k)/(k-de)*hypergeom([k,k-0.5],k-0.5+1,-t)) %r t are constant
B = (....)/k;
C = A_B;
F = C*u;
My intention is to plot F against u. I have tried to use ezplot and fplot but I didn't get it. Please how am I supposed to plot symbolic expression F against u?

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-11-18
  1 个评论
Sam Oke
Sam Oke 2019-11-18
编辑:Sam Oke 2019-11-18
I have used fplot but didn't get it. Can you show how fplot can be use for the code given above ?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by