Community Profile

photo

V.D-C


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

统计数据

  • Thankful Level 3

查看徽章

Content Feed

排序方式:

已回答
Filling the area between curves (loglog)
Not very elegant, but I found that the best solution was to create manually: x = [cc(1:idx(1)) fliplr(cc(1:idx(1)-1))]; y =...

3 years 前 | 0

| 已接受

提问


Filling the area between curves (loglog)
Hello, I would like to fill the area between the two lines (on the interval 10^-2 & 10^-1): I tried creating my own p...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Reducing the resolution of a matrix
Hello, I have a DEM that has a 2m resolution, and I would like to reduce this resolution to 250m so I can work with a tempera...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Replicating a curve with frequency and area
Hello, I was asked to replicate the figure attached to this message. I have a vector of glacier areas (in square-kilometer)...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Excel "Open method of Workbooks class failed"
Hello, I am working with 3 functions running in parallel with parfor, and they are supposed to give approximately 3000 output...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Matfile modify the variable of a structure
Hello all I need advices on how to use matfile(). I have a .mat file which is a structure. This file is called '2019hydro.m...

4 years 前 | 1 个回答 | 0

1

个回答

提问


What is the best way to implement thousands of data in multiple matrices ?
Hello, I have a folder with 10.000 .mat files, each of them is a structure with 8 different variables (one value each). Each...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Functions working with parfor but not parfeval
Hello, I am currently working on a code where I want to accelerate a bit the process with some parallel computing. I have 2 ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Parfor loop: how to keep the temporary variables ?
Hello, I am working with a time-consuming code and I want to put in parallel computing the independant functions I use. I ha...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Imposing variable in script
Hello everybody, I am currently working with a script that uses many functions and sub-functions. The issue is that I have a ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Access automatically substructures from loop
Good morning everybody, I hope everything is good for you, I am working with large structures and I want to automatize some t...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Making a square figure with pcolor
Hello, I have 2 matrices for x and y coordinates, and a matrix of temperatures. From the matrices, I make 2 coordinate vector...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Plotting temperatures in a changing coordinate system
Hello, I apologize in advance if what I write is confused, it is difficult to put my problem into words. I have a temperatu...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Get row and column of the closest value of a matrix from a variable
Hello, I have a latitude vector of dimensions 17 x 1. I have a latitude matrix of dimension 300 x 300. I would like to find ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Set colorbar outside the window
Hello, I would like to know if it is possible to display the colorbar outside the window ? (further to the right, outside the...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Make NaNs transparent with pcolor
Ok I managed to find where it was blocking everything. The issue is that I was setting a black background for the second figure...

4 years 前 | 0

| 已接受

提问


Make NaNs transparent with pcolor
Hello, I have a matrix with NaNs and other values. I plot in the background a land mask on which the values overlay. But, bec...

4 years 前 | 1 个回答 | 2

1

个回答

提问


Save figure with black background and window
Hello everybody, I have several figures with black background, and I would like to save them and do something similar to the ...

4 years 前 | 1 个回答 | 1

1

个回答

提问


Make coastline contour from DEM (3d matrix)
Hello, I have a DEM, 3d matrix with elevation coordinates depending on the xy location. I would like to create a plot (or mat...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to filter out NaNs on images ?
Hello everybody, I would like to create a map where I can assign a brownish color to the areas inside the black contour lines...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Cropping out the image/generating image the same size as the matrix it comes from
Hello, So I have a matrix that I display with imagesc(). I gray it in order to apply imcontour(), and plot this contour on th...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Construct a vector from another, but add 2 values every 10 iteration
Hello ! I would like to create a vector B from a vector A, and at every 10th iteration, implement 2 times the same value from...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Create a gaussian from x values
Hello ! I have a 1x301 array (vector V) of equally sparsed values generated with linspace(0,1,301) and I would like to create...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to increment a v value to an i position in a vector every n iterations ?
Hello, In the context of meshing for a 1D finite elements method, I have a vector with 1 row and n columns (nodes). I divide ...

4 years 前 | 1 个回答 | 0

1

个回答