Hello mnxhu,
I haven't done this myself, but off the top of my head:
- Check out section 5.2 of the TELEMAC-2D user manual on "control sections".
- The only examples I could find in the OTM examples were telemac2d/flotteurs and waqtel/tracer_decay, you may want to look at how they implement control sections.
- I strongly recommend working with Python instead of MATLAB for better interactivity with OTM, but that's just me.
Otherwise, my advice is to use ParaView to post-process Selafin files. It has a steep learning curve, but you can do such things as take a cross-section of the results and do math based on those results, and you can also "record" your actions so ParaView can write a Python script based on your actions for repeatability. You can use converter.py to generate .vtk files from the .slf files (read the STBTEL manual for more info). ParaView has a steep learning curve, but I have found it well worth it; for example, for my master's, I had to do statistics on the sediment composition of the bed, and ParaView let me automate this process across multiple files.
I hope this helps, and I hope others have advice more helpful than mine!
André Renault