Feeds
提问
Using parfor with a 3d array
I am trying to update a 3d array within a parfor loop. The actual code is too messy to reproduce here but the snippet of code be...
5 years 前 | 1 个回答 | 0
1
个回答提问
2d interpolation from a non-uniform grid
I have looked at the griddata function but am not clear if it applies to data on an irregular mesh. In my case, I have a 2d spat...
5 years 前 | 1 个回答 | 0
1
个回答提问
Bizarre errors with contour command (matlab 2014a vs later versions)
I have some legacy codes that worked fine with 2014a and earlier versions. As we all know, 2014b and later versions changed thin...
5 years 前 | 0 个回答 | 0
0
个回答提问
Unclassified variables in a parfor loop
I am trying to do something like the following: parfor i= xystart:xyend .... xycount = i - xystart + 1; A = zero...
6 years 前 | 1 个回答 | 0
1
个回答提问
Matlab slowing down while reading netcdf (in for loop)
This seems to be a problem that has cropped up once or twice on this forum but I am not sure I saw a satisfactory answer. I am r...
6 years 前 | 0 个回答 | 0
0
个回答已回答
nccreate overwrite existing file
Thanks for your response. Low-level netcdf functions like netcdf.create have an explicit clobber option. Am baffled why the corr...
nccreate overwrite existing file
Thanks for your response. Low-level netcdf functions like netcdf.create have an explicit clobber option. Am baffled why the corr...
6 years 前 | 0
提问
nccreate overwrite existing file
How to use nccreate to create a new file clobbering any previous file with the same name? Matlab's question-begging documenta...
6 years 前 | 2 个回答 | 0
2
个回答提问
saving image with 'print' using specified width but maintaining aspect ratio
I want to save an image using the 'print' command by passing it a width (say 6.0 inches) but want to retain the aspect ratio. Ho...
6 years 前 | 0 个回答 | 0
0
个回答提问
netcdf.getVar vs ncread
The following command works: ncread(ncfile,'some_variable',[1 1],[Inf 1]); % assuming ncfile is a netcdf file that exists and ...
6 years 前 | 1 个回答 | 0

