lasiadhi / USACE-Bathymetry

0 stars 2 forks source link

Generating RMSE for all reconstructions #138

Closed lasiadhi closed 8 years ago

lasiadhi commented 8 years ago

Find the fmincon synthatic reconstruction at IMSM_workshop_2016/Project/USACE-Bathymetry/Code/Inverse_problem/Least_square/Results_fmincon/final_plots/h_hat_synthatic_25m_fmincon_plot23-modified.mat

lasiadhi commented 8 years ago

pushed!

Nellz91 commented 8 years ago

Thanks!

lasiadhi commented 8 years ago

Try to read h values in the area of sand bar using the command: sandBar_h = h_hat(xq>600 & xq<1150)

lasiadhi commented 8 years ago

Try this: sandBar_h = h_hat(xq>=600 & xq=<1150)