Changes between Version 13 and Version 14 of udg/ecoms/dataserver/interfaces/matlab
- Timestamp:
- Jan 16, 2014 7:02:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/dataserver/interfaces/matlab
v13 v14 2 2 == Function: == 3 3 4 As for [https://www.meteo.unican.es/trac/meteo/wiki/ SpecsEuporias/Interfaces/RPackage/Python Phyton], a ''Matlab'' function ([https://www.meteo.unican.es/trac/MLToolbox/browser/MLToolbox/trunk/MLToolbox_experiments/antonio/system4/matlab/loadSystem4.m loadSystem4.m]) has been created in order to access the hindcast of the System4 stored in the ''SPECS-EUPORIAS Data Portal'' in a user-friendly way. This would be a typical call to the function:4 As for [https://www.meteo.unican.es/trac/meteo/wiki/EcomsUdg/Interfaces/RPackage/Python Phyton], a ''Matlab'' function ([https://www.meteo.unican.es/trac/MLToolbox/browser/MLToolbox/trunk/MLToolbox_experiments/antonio/system4/matlab/loadSystem4.m loadSystem4.m]) has been created in order to access the hindcast of the System4 stored in the ''SPECS-EUPORIAS Data Portal'' in a user-friendly way. This would be a typical call to the function: 5 5 6 6 {{{ … … 9 9 10 10 Obligatory input arguments: 11 * `dataset`: String indicating the ''url'' of the dataset to be read (check the catalog of available datasets [https://www.meteo.unican.es/trac/meteo/wiki/ SpecsEuporias/DataServer/Datasets here]).11 * `dataset`: String indicating the ''url'' of the dataset to be read (check the catalog of available datasets [https://www.meteo.unican.es/trac/meteo/wiki/EcomsUdg/DataServer/Datasets here]). 12 12 * `var`: String indicating the variable to be read. 13 13 * `season`: Cell with two strings indicating the first and final months to be read. Single months ({'Jan';'Jan'}) or seasons defined by consecutive months ({'Dec';'Feb'}) can be specified. Note that months are denoted by their three first letters. … … 18 18 * `xlim`: Vector of length = 2 containing the minimum and maximum longitudes (in degrees) determining the domain to be considered. By default the whole domain of the dataset is considered. 19 19 * `ylim`: Vector of length = 2 containing the minimum and maximum latitudes (in degrees) determining the domain to be considered. By default the whole domain of the dataset is considered. 20 * `user` and `password`: Credentials for the THREDDS data server ([https://www.meteo.unican.es/trac/meteo/wiki/ SpecsEuporias/RPackage/Authentication authentication] is required to access the ''SPECS-EUPORIAS Data Portal'').20 * `user` and `password`: Credentials for the THREDDS data server ([https://www.meteo.unican.es/trac/meteo/wiki/EcomsUdg/RPackage/Authentication authentication] is required to access the ''SPECS-EUPORIAS Data Portal''). 21 21 22 22 Outputs returned by the function: