Matlan plotting and Mfile functions
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
can somebody please explain this question ... i don`t even understand what the question wants me to do.
A mineral survey has found good surface concentrations of gold in a certain area of dimensions 10 km 10 km. The concentration in ppm (parts per million) is given by the function
f (x; y) = 2 + 0.1x + 0:008(x + y)^2+sin(x-y)
first it wants me to plot a surface which is easy but then this is the second part pf the question which i don`t understand.
The only track through the area lies along the line y = 5. Write a MATLAB program to plot the concentration g(x) = f (x; 5) on the track for 0 <= x <= 10, and, using a function M-file and the fzero command, find the interval for x in which the concentration g(x) is greater than or equal to 4.
0 Commenti
Risposte (1)
Walter Roberson
il 27 Mar 2014
A function .m file is one that starts with "function" as its first non-comment word.
The second bit is saying that you need to solve for g(x) >= 4 and report the x which satisfy that.
0 Commenti
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!