y = e^(-x^2)
Mostra commenti meno recenti
I want to plot the above equation in matlab but i dont know how to plot please help or provide me code
Risposta accettata
Più risposte (1)
Manka'a Abongnwi
il 9 Giu 2023
0 voti
y = be ax sin(bx)(0.012x4 0.15x3 + 0.075x2 + 2.5x)
3 Commenti
Walter Roberson
il 9 Giu 2023
y = b.*exp(a.*x).*sin(a.*x).*(0.012*x.^4 + 0.075*x.^2 + 2.5*x);
Possibly
Manka'a Abongnwi
il 14 Giu 2023
Wow after using the formula given by sir, everything worked well except the place to plot a graph of y and z versus x that's difficult
Walter Roberson
il 14 Giu 2023
plot3()... except that you do not show any z variable.
Categorie
Scopri di più su Graphics Objects in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!