Azzera filtri
Azzera filtri

How would I put this into a graph?

2 visualizzazioni (ultimi 30 giorni)
Joshua Ekwueme
Joshua Ekwueme il 25 Ott 2021
Risposto: Walter Roberson il 25 Ott 2021
y=𝟏𝟏𝟎(x/𝟓+x)𝒆(−𝟎.𝟖x/𝟖)

Risposte (1)

Walter Roberson
Walter Roberson il 25 Ott 2021
syms x
y = randi(256) ./ (x ./ randi(10) + x) .* exp(-rand() .* x ./ randi(10))
y = 
fplot(y)

Categorie

Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by