How to define 𝑓(𝑥, 𝑦) = 𝑒−(2√𝑥2+𝑦2)
Mostra commenti meno recenti
Risposte (2)
Walter Roberson
il 17 Feb 2021
exp(-2*sqrt(x.^2+y.^2))
Steven Lord
il 17 Feb 2021
0 voti
Since this sounds like it might be part of a homework assignment, I'm just going to point you to two functions that may be of use to you: exp and hypot.
Categorie
Scopri di più su Audio and Video Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!