problem creating netcdf files, in windows 7 64bit.
2 次查看(过去 30 天)
显示 更早的评论
i am really not familiarized with netcdf files, just starting to work with them. i have a template to make this files, but it is not working on my computer. that is the error i get.
any help?
??? Error using ==> subsasgn In an assignment A(:) = B, the number of elements in A and B must be the same.
Error in ==> netcdf.subsasgn at 83 result = subsasgn(v, s, other);
Error in ==> river_forcing at 246 rvrnc{'Cs_r'}(:) = Cs_r;
2 个评论
Ashish Uthama
2011-8-3
Which function call is causing this issue? Could you provide reproduction steps? The error stack does not look like it is coming from the native netcdf package in MATLAB, is this your code or a third party toolbox?
Kelly Kearney
2011-8-3
Looks like the NetCDF Toolbox, which used to be available (but unsupported) along with the mexnc code. What version of Matlab are you using? If it's a recent one (2010+), you'll encounter a lot of name conflicts between this package and the native Matlab netcdf operators.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 NetCDF 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!