Feeds
提问
Adjusting Y-Values in Histograms
Hello, This might sound like a simple question, but how do I change the y-values of the histograms in the figure below (bottom ...
4 months 前 | 2 个回答 | 0
2
个回答提问
Clean noisy data from images
Hey there, I've been working with some images, averaging them out and plotting against depth (check out the code below). I'm tr...
8 months 前 | 1 个回答 | 0
1
个回答提问
Limits of polar plots axes
Hello, please see the code atatched that makes a polar plot and adds transparency to it with the included (in the body) function...
2 years 前 | 1 个回答 | 0
1
个回答提问
Axes of polar plot
Hi, I'm plotting a contour plot on top of a polar plot but I can't see the axes (rho?) underneath the contour plot. Does anyone...
2 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to bin/discretize multidimensional matrices?
I have a 5D matrix that I want to bin according to a vector that has the same length as the first dimension of the matrix. Than...
2 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to use the smooth function with a multidimensional matrix having NaN values?
The NaN values would be the points where the smooth function generates the new values. Hope this is clear. Thank you!
2 years 前 | 1 个回答 | 0
1
个回答提问
Minimize difference between vectors by varying scalar
Hello, I'm trying to use fminsearch to find the scalar (a) that minimizes the difference between 2 vectors of dimension N, i.e....
2 years 前 | 1 个回答 | 0
1
个回答提问
Reshape a multidimensional matrix keeping one size constant
I have a matrix A of dimensions 5x6x5x25x91. How do I reshape it so the length of only 1 dimension (or 2 dimensions) is preserve...
2 years 前 | 1 个回答 | 0
1
个回答提问
Polyfit with weights for not allowed points
I have a multiple matrices that I'm trying to fit with multiple polyfit functions (see picture). I'd like to combine the matric...
8 years 前 | 2 个回答 | 0