Akzeptierte Antwort

DGM
DGM am 22 Okt. 2021

0 Stimmen

Use elementwise division.
x = 0:0.1:103;
y = ((28*log(x) - 2*x - 12*x.^2.*log(x) - 4*x.^3.*log(x) - 12*x.*log(x) - 2*x.^2 - (2*x.^3)/3 + 206/3).^(1/2)-8) ...
./(6*log(x) + 1);
plot(x,y)
Warning: Imaginary parts of complex X and/or Y arguments ignored.

Weitere Antworten (0)

Kategorien

Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 22 Okt. 2021

Kommentiert:

am 22 Okt. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by