How calculate maximum SST gradient over the 1000m isobath?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all,
I need to find the maximum SST (sea surface temperature) gradient over a isobath of 1000 meters.
Basically, I have one matrix of bathymetry contour(lon,lat,h,[-1000 -1000]) and I need to find the indices of this contourline where my matrix of gradient of SST [where [FX,FY] = gradient(SST)]: contourf(lon,lat,FY) is maximum. I tried to use contourcs, contourc and contourdata, but they give me just xdata e ydata from level and I need the indices, I think.
Does anyone have any idea how I can do this?
Thank you.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D 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!