please give me answer what is wrong
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens

Réponse acceptée
DGM
le 22 Oct 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)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Analog Devices ADALM1000 Support from Data Acquisition Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

