Community Profile

photo

oceanmod


Last seen: 대략 3년 전 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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...

4년 초과 전 | 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...

4년 초과 전 | 답변 수: 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...

4년 초과 전 | 답변 수: 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 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변