How can I plot symbolic expression

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일

0 개 추천

댓글 수: 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 ?

댓글을 달려면 로그인하십시오.

카테고리

질문:

2019년 11월 18일

편집:

2019년 11월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by