Finding X Y coordinates from surface plot
이전 댓글 표시
Hi All, n00b to MatLab and I have a question that is giving me fits!
peaks is a built-in example function of two variables in MatLab. You can see what peaks looks like with surf(peaks).
Using MatLab, what is the maximum value of peaks (i.e., the maximum z value)?
This one I understand. I use Z = peaks; then max (max(Z)) to get the answer. No problem!
Using MatLab, what is the x, y coordinate of the maximum value?
This is my frustrating issue!
My prof assigned this but hasn't returned a response to my email and I'd like to get this done ASAP. Any advice would be appreciated!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
