How would I put this into a graph?
Show older comments
Answers (1)
syms x
y = randi(256) ./ (x ./ randi(10) + x) .* exp(-rand() .* x ./ randi(10))
fplot(y)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!