Email: helpdesk@telkomuniversity.ac.id

This Portal for internal use only!

  • My Download
  • Checkout
Application Package Repository Telkom University
All Categories

All Categories

  • IBM
  • Visual Paradigm
  • Adobe
  • Google
  • Matlab
  • Microsoft
    • Microsoft Apps
    • Analytics
    • AI + Machine Learning
    • Compute
    • Database
    • Developer Tools
    • Internet Of Things
    • Learning Services
    • Middleware System
    • Networking
    • Operating System
    • Productivity Tools
    • Security
    • VLS
      • Office
      • Windows
  • Opensource
  • Wordpress
    • Plugin WP
    • Themes WP
  • Others

Search

0 Wishlist

Cart

Categories
  • Microsoft
    • Microsoft Apps
    • Office
    • Operating System
    • VLS
    • Developer Tools
    • Productivity Tools
    • Database
    • AI + Machine Learning
    • Middleware System
    • Learning Services
    • Analytics
    • Networking
    • Compute
    • Security
    • Internet Of Things
  • Adobe
  • Matlab
  • Google
  • Visual Paradigm
  • WordPress
    • Plugin WP
    • Themes WP
  • Opensource
  • Others
More Categories Less Categories
  • Get Pack
    • Product Category
    • Simple Product
    • Grouped Product
    • Variable Product
    • External Product
  • My Account
    • Download
    • Cart
    • Checkout
    • Login
  • About Us
    • Contact
    • Forum
    • Frequently Questions
    • Privacy Policy
  • Forum
    • News
      • Category
      • News Tag

iconTicket Service Desk

  • My Download
  • Checkout
Application Package Repository Telkom University
All Categories

All Categories

  • IBM
  • Visual Paradigm
  • Adobe
  • Google
  • Matlab
  • Microsoft
    • Microsoft Apps
    • Analytics
    • AI + Machine Learning
    • Compute
    • Database
    • Developer Tools
    • Internet Of Things
    • Learning Services
    • Middleware System
    • Networking
    • Operating System
    • Productivity Tools
    • Security
    • VLS
      • Office
      • Windows
  • Opensource
  • Wordpress
    • Plugin WP
    • Themes WP
  • Others

Search

0 Wishlist

Cart

Menu
  • Home
    • Download Application Package Repository Telkom University
    • Application Package Repository Telkom University
    • Download Official License Telkom University
    • Download Installer Application Pack
    • Product Category
    • Simple Product
    • Grouped Product
    • Variable Product
    • External Product
  • All Pack
    • Microsoft
      • Operating System
      • Productivity Tools
      • Developer Tools
      • Database
      • AI + Machine Learning
      • Middleware System
      • Networking
      • Compute
      • Security
      • Analytics
      • Internet Of Things
      • Learning Services
    • Microsoft Apps
      • VLS
    • Adobe
    • Matlab
    • WordPress
      • Themes WP
      • Plugin WP
    • Google
    • Opensource
    • Others
  • My account
    • Download
    • Get Pack
    • Cart
    • Checkout
  • News
    • Category
    • News Tag
  • Forum
  • About Us
    • Privacy Policy
    • Frequently Questions
    • Contact
Home/Matlab/error in merge NC files using easy_NETCDF codes

error in merge NC files using easy_NETCDF codes

/ 2025-01-08
error in merge NC files using easy_NETCDF codes
Matlab

I am trying to merge 365 NC files (one year images for soil moisture) and I am using the "Easy_NetCDF-1.51" code for merging files, it works but at the last line when run it shows error like"Unrecognized function or variable ‘FUN_nc_merge’.".
previously it showed another error as "too many margins" and I tried to work with less data than 365 but the error is still stable.
how can I merge the files for one year?
the code I am using is as below:
% input_dir: path for the folder containing the files
input_dir = ‘D:uniRS for thesisESA_CCI_SMv07.1combined2019’;
% filelist
filelist = dir(fullfile(input_dir,’*.nc’));
% output filename
output_fn = ‘Merged_Output.nc’;

% name of the demension to be merged.
merge_dim_name = ‘time’;
% compatibility_mode:
% compatibility_mode = 1: write netCDF in ‘CLOBBER’; Compression would be disabled.
% compatibility_mode = 0: write netCDF in ‘NETCDF4’.
compatibility_mode = 0;
strvcat( filelist(:).name )
FUN_nc_merge( input_dir, filelist, output_fn, merge_dim_name, compatibility_mode )

thanks in advance for your help
edithI am trying to merge 365 NC files (one year images for soil moisture) and I am using the "Easy_NetCDF-1.51" code for merging files, it works but at the last line when run it shows error like"Unrecognized function or variable ‘FUN_nc_merge’.".
previously it showed another error as "too many margins" and I tried to work with less data than 365 but the error is still stable.
how can I merge the files for one year?
the code I am using is as below:
% input_dir: path for the folder containing the files
input_dir = ‘D:uniRS for thesisESA_CCI_SMv07.1combined2019’;
% filelist
filelist = dir(fullfile(input_dir,’*.nc’));
% output filename
output_fn = ‘Merged_Output.nc’;

% name of the demension to be merged.
merge_dim_name = ‘time’;
% compatibility_mode:
% compatibility_mode = 1: write netCDF in ‘CLOBBER’; Compression would be disabled.
% compatibility_mode = 0: write netCDF in ‘NETCDF4’.
compatibility_mode = 0;
strvcat( filelist(:).name )
FUN_nc_merge( input_dir, filelist, output_fn, merge_dim_name, compatibility_mode )

thanks in advance for your help
edith I am trying to merge 365 NC files (one year images for soil moisture) and I am using the "Easy_NetCDF-1.51" code for merging files, it works but at the last line when run it shows error like"Unrecognized function or variable ‘FUN_nc_merge’.".
previously it showed another error as "too many margins" and I tried to work with less data than 365 but the error is still stable.
how can I merge the files for one year?
the code I am using is as below:
% input_dir: path for the folder containing the files
input_dir = ‘D:uniRS for thesisESA_CCI_SMv07.1combined2019’;
% filelist
filelist = dir(fullfile(input_dir,’*.nc’));
% output filename
output_fn = ‘Merged_Output.nc’;

% name of the demension to be merged.
merge_dim_name = ‘time’;
% compatibility_mode:
% compatibility_mode = 1: write netCDF in ‘CLOBBER’; Compression would be disabled.
% compatibility_mode = 0: write netCDF in ‘NETCDF4’.
compatibility_mode = 0;
strvcat( filelist(:).name )
FUN_nc_merge( input_dir, filelist, output_fn, merge_dim_name, compatibility_mode )

thanks in advance for your help
edith nc images, merge nc MATLAB Answers — New Questions

​

Tags: matlab

Share this!

Related posts

Warning: Error updating FunctionLine in using fplot
2025-05-12

Warning: Error updating FunctionLine in using fplot

Solid creation Simulink, simscape multibody: stuck in loading
2025-05-12

Solid creation Simulink, simscape multibody: stuck in loading

Issues with EMG Signal Acquisition via Simulink Desktop Real-Time (SDRT) and DAQ Board Usage
2025-05-12

Issues with EMG Signal Acquisition via Simulink Desktop Real-Time (SDRT) and DAQ Board Usage

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

Categories

  • Matlab
  • Microsoft
  • News
  • Other
Application Package Repository Telkom University

Tags

matlab microsoft opensources
Application Package Download License

Application Package Download License

Adobe
Google for Education
IBM
Matlab
Microsoft
Wordpress
Visual Paradigm
Opensource

Sign Up For Newsletters

Be the First to Know. Sign up for newsletter today

Application Package Repository Telkom University

Portal Application Package Repository Telkom University, for internal use only, empower civitas academica in study and research.

Information

  • Telkom University
  • About Us
  • Contact
  • Forum Discussion
  • FAQ
  • Helpdesk Ticket

Contact Us

  • Ask: Any question please read FAQ
  • Mail: helpdesk@telkomuniversity.ac.id
  • Call: +62 823-1994-9941
  • WA: +62 823-1994-9943
  • Site: Gedung Panambulai. Jl. Telekomunikasi

Copyright © Telkom University. All Rights Reserved. ch

  • FAQ
  • Privacy Policy
  • Term

This Application Package for internal Telkom University only (students and employee). Chiers... Dismiss