pos_cds.m

来自「读取Network Common Data Form (netCDF)数据」· M 代码 · 共 40 行

M
40
字号
function path_name = pos_cds() % POS_CDS returns the path to the common data set directory.%--------------------------------------------------------------------%     Copyright (C) J. V. Mansbridge, CSIRO, april 15 1992%     Revision $Revision: 1.2 $%% DESCRIPTION:% pos_cds returns the path to the common data set directory.% This is the directory containing netcdf files accessible to all% users.% % INPUT:% none%% OUTPUT:% path_name: the path to the common data set directory.%% EXAMPLE:% Simply type path_name at the matlab prompt.%% CALLER:   check_nc.m, getcdf.m, getcdf_b.m, inqcdf.m, whatcdf.m% CALLEE:   None%% AUTHOR:   J. V. Mansbridge, CSIRO%---------------------------------------------------------------------%     Copyright (C), J.V. Mansbridge, %     Commonwealth Scientific and Industrial Research Organisation%     Revision $Revision: 1.2 $%     Author   $Author: mansbrid $%     Date     $Date: 2000/05/01 07:23:08 $%     RCSfile  $RCSfile: pos_cds.m,v $% @(#)pos_cds.m   1.1   92/04/16% %--------------------------------------------------------------------%path_name = [ ];path_name = [ '/home/netcdf-data/' ];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?