How can I plot symbolic expression
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Calculus in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!