please give me answer what is wrong
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen

Akzeptierte Antwort
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)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Analog Devices ADALM1000 Support from Data Acquisition Toolbox 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!

