How would I use a 2D array based on a topographical map to determine the steepest direction at each point?
Show older comments
You see, for a group project at my college we are trying to simulate rainfall on a topographical surface. My job is to take a 2D array based on this surface and use its data to determine the steepest direction at each point. And use that to create a vector field. Unfortunatly I have very little idea of how to go about this.
If anyone has any advice, I'd really appreciate it.
Accepted Answer
More Answers (1)
Image Analyst
on 12 Apr 2025
1 vote
Since this is a homework problem, if you have any questions ask your instructor or read the link below to get started:
Obviously, if it is homework, we can't give you the full solution because you're not allowed to turn in our code as your own.
Another resource that MathWorks Central offers is the AI Chat Playground (on the blue banner above). You can paste your problem text into there and get code. However to be ethical you need to make sure that your professor is willing to accept AI generated code as your own. If he/she is against that and wants you to create your own code, and you submit code from AI or other people, you could be running a risk.
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!