• 大小: 1KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-05-27
  • 语言: Matlab
  • 标签: jason  matlab  nc  netcdf  

资源简介

读取jason系列测高卫星基本参数matlab代码,function文件

资源截图

代码片段和文件信息



function par_fun1=Fun1_Read_ncfiles_given_names(nc_file_pathpart_nc_name)
dbstop if error;
cd(nc_file_path);
length_file=size(part_nc_name1);%nc文件夹nc文件总个数par_fun1{1}
length_point=zeros(length_file1);%存储每个nc文件的1hz采样点个数矩阵,par_fun1{4}
data_time=cell(length_file1);%存储每个nc文件1hz采样点的时间矩阵,par_fun1{5}
for ii=1:length_file
    data_time{ii}=ncread(part_nc_name(ii:)‘time‘);
    length_point(ii)=length(data_time{ii});
end
max_point_num=max(length_point);%所有nc文件1hz采样点个

评论

共有 条评论