photo

oceanmod


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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...

3 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...

4 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...

4 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...

4 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...

4 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...

5 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...

5 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...

5 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 ...

5 years 前 | 1 个回答 | 0

1

个回答