please give me answer what is wrong

1 Ansicht (letzte 30 Tage)
현국 조
현국 조 am 22 Okt. 2021
Kommentiert: 현국 조 am 22 Okt. 2021

Akzeptierte Antwort

DGM
DGM am 22 Okt. 2021
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 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by