tan(x) graph
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Levent Koman
el 20 de Abr. de 2021
Comentada: Stephan
el 20 de Abr. de 2021
How to draw this tan(x) graph on matlab.

0 comentarios
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 20 de Abr. de 2021
syms x
fplot(sin(x)^2,[0 2*pi])
1 comentario
Stephan
el 20 de Abr. de 2021
Nice ;-)
syms x
simplify(0.5*sin(2*x-pi/2)+0.5)
rewrite(ans,'sin')
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!