Filter löschen
Filter löschen

How would I put this into a graph?

2 Ansichten (letzte 30 Tage)
Joshua Ekwueme
Joshua Ekwueme am 25 Okt. 2021
Beantwortet: Walter Roberson am 25 Okt. 2021
y=𝟏𝟏𝟎(x/𝟓+x)𝒆(−𝟎.𝟖x/𝟖)

Antworten (1)

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

Kategorien

Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by