Graph of sin(10*x*cos(x))
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How can we represent a graph for a composed function like sin(10*x*cos(x))
0 comentarios
Respuestas (1)
Akihumi
el 9 de Mayo de 2020
Do you mean something like this?
x = 0:0.01:10;
plot(sin(10.*x.*cos(x)));
2 comentarios
Ver también
Categorías
Más información sobre Downloads en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!