How can I plot symbolic expression
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Calculus en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!