How can I plot symbolic expression
조회 수: 8 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!