Feeds
提问
Fitting specific equation to data
Hi, I have a set of x and y values gathered from an experiment. I am to fit an underlying equation to this data and I am looki...
9 years 前 | 0 个回答 | 0
0
个回答提问
Differentiation along horizontal?
I just wanted to check if this is a way of computing the difference between element along each element in adjacent columns in a ...
10 years 前 | 2 个回答 | 0
2
个回答提问
Inverse/opposite of diff function?
I have a 480x640 matrix and would like to perform the diff function on the elements but instead of subtracting the previous elem...
10 years 前 | 2 个回答 | 0
2
个回答提问
How to perform partial differentiation of a 480x640 matrix?
I have a matrix with 480 rows and 640 columns. The matrix just contains numbers. How do I perform partial differentiation with r...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to plot axis with origin (0,0,0) on 3D plot
I am using 3 matrices to form a 3D plot. I am using the plot function >> line(S10,S20,S30, Axes=(0,0,0) 'linestyle', 'none',...
10 years 前 | 1 个回答 | 1
1
个回答提问
Reducing a matrix size by averaging blocks within the matrix.
I have a 1024x1280 matrix. I want to reduce this to a smaller matrix of 512x640 by taking an average of 2x2 blocks and making th...
10 years 前 | 3 个回答 | 1
