How can I plot symbolic expression

4 views (last 30 days)
Sam Oke
Sam Oke on 18 Nov 2019
Edited: Sam Oke on 18 Nov 2019
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?

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 18 Nov 2019
  1 Comment
Sam Oke
Sam Oke on 18 Nov 2019
Edited: Sam Oke on 18 Nov 2019
I have used fplot but didn't get it. Can you show how fplot can be use for the code given above ?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!