Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Apr 22, 2024
  2. Oct 04, 2023
  3. Jan 11, 2021
  4. Nov 03, 2020
  5. May 06, 2020
  6. Sep 12, 2019
  7. Feb 23, 2017
  8. Oct 13, 2016
  9. Oct 12, 2016
  10. Sep 07, 2016
  11. Jan 06, 2016
  12. Dec 18, 2015
  13. Mar 31, 2015
  14. Dec 17, 2014
    • Andres Sepulveda's avatar
      · a7a0a9b9
      Andres Sepulveda authored
      Wrong dimension of the h matrix was being averaged when plotting a time series of V
      
      this
          h=mean(squeeze(ng{'h'}(J:J+1,I)),1);
      instead of 
          h=mean(squeeze(ng{'h'}(J:J+1,I)),2);
      
      See for example
      
      >> a=rand(2,2);
      >> mean(squeeze(a(1:2,1)),1)
      
      ans =
      
          0.6428
      
      >> mean(squeeze(a(1:2,1)),2)
      
      ans =
      
          0.4854
          0.8003
      
      
      git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/romsagrif/Roms_tools@1617 a0f13d73-952c-0410-bb7c-e0dfd7f2369f
      a7a0a9b9
  15. Apr 03, 2013
  16. Feb 12, 2013
  17. Sep 06, 2012
  18. Dec 02, 2011
  19. Apr 01, 2011
  20. Jul 20, 2010
  21. Feb 08, 2010
  22. Aug 06, 2009
  23. Apr 09, 2009
  24. Mar 20, 2009
  25. Feb 11, 2009
  26. May 04, 2007
Loading