How would I put this into a graph?

Answers (1)

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

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Asked:

on 25 Oct 2021

Answered:

on 25 Oct 2021

Community Treasure Hunt

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

Start Hunting!