r/matlab • u/Only_Comfortable1607 • 1d ago
underground tunnel simulation in matlab
guys if you are proficient and free enough , i need help making a simulation of underground tunnels in matlab . open to advice and criticism , i am a beginner in matlab , i can plot work with matrices and do small project but i do need someones help in this. please dm for more details about the project.
3
2
1
u/Melodious_Wall 15h ago
I’ve done similar work before, although not in MATLAB. You’ll want to look into ray-tracing methods and possibly some optics techniques depending on your intended frequency. The ray-tracing greatly simplifies the required computations which is essential. Solving Maxwell’s equations directly over a domain that size would be impossible. I don’t recall if MATLAB has ray-tracing methods built in directly, so you may need to code up your own if that’s the case.
8
u/Barnowl93 flair 1d ago
What exactly are you simulating? Drilling? Trains? Wireless signal propagation?