Community Profile

photo

oceanmod


Last seen: 3 years ago Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer