How would I put this into a graph?

Respuestas (1)

syms x
y = randi(256) ./ (x ./ randi(10) + x) .* exp(-rand() .* x ./ randi(10))
y = 
fplot(y)

Categorías

Más información sobre Networks en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 25 de Oct. de 2021

Respondida:

el 25 de Oct. de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by