Feeds
提问
Splitting a vector up in to smaller vectors based on variance?
Hi, I have a large number of microscopy image stacks that show the effect of different flow rates on a particle. I have used m...
11 years 前 | 3 个回答 | 0
3
个回答提问
Magnitude of output signal after fourier transform filter?
Hi, I have a spectrum which has a lot of high frequency noise that I want to eliminate. I have used the f = fft(data) funct...
13 years 前 | 3 个回答 | 0
3
个回答提问
Keep getting 'Error while evaluating uicontrol callback' in stand alone application??
Hi, I'm trying to compile my code into a stand alone application on my mac. I have used my GUI.m file as the main file in the d...
13 years 前 | 1 个回答 | 0
1
个回答提问
Stand alone windows .exe crashes after using deploy tool?
Hi there, I have been trying to create a stand alone windows application from my GUI, but everytime I do so it crashes and does ...
13 years 前 | 1 个回答 | 0
1
个回答提问
How to display a running timer in MATLAB GUI
Hi, I'm trying create an edit text box that displays the time elapsed since pressing the push button that executes my function. ...
13 years 前 | 3 个回答 | 0
3
个回答提问
Differentiate with respect to 'cos(theta)'
Hi, I am trying to differentiate with respect to cos(theta), but I can't seem to get matlab to do this. If I use the diff functi...
13 years 前 | 1 个回答 | 0
1
个回答提问
Calculating matrix of associated legendre polynomials?
Hi, I am trying to create a 13x13 matrix of the associated legendre polynomials with argument cos(theta), from n=0:12 and m=0:12...
13 years 前 | 0 个回答 | 0
0
个回答提问
Split large matrix in smaller matrices?
Hi, I have a matrix A = 169 x 606 and I want to convert each row into a 13 x 13 matrix? I know this is probably a simple opera...
13 years 前 | 1 个回答 | 0