Feeds
提问
Using wildcards in dir only for strings
I have a set of files named abc1.mat yhs2.mat slk3.mat etc. I need to loop through them all and find the files with t...
10 years 前 | 1 个回答 | 0
1
个回答提问
Mirrored result when inverse Fourier Transform the real part of the Fourier Transform
I'm not sure this is the right place to be asking this, but: If I take the Fourier transform of a piece of data, remove the i...
10 years 前 | 2 个回答 | 0
2
个回答提问
Creating input files for variables
I'd like to be able to have an external file which gives all the inputs that a user decides, such as min and max values, directo...
10 years 前 | 1 个回答 | 0
1
个回答提问
Split string in cells to two cells
I have about 2000 cells all contained under one name i.e. names=2000x1 cell. Each cell has an entry such as 'ABC DEF'. I need to...
10 years 前 | 2 个回答 | 0
2
个回答提问
Is it possible to plot images without them disturbing other work
I am running a script which plots out images. I want to work on something else while this is taking place, however the images ar...
10 years 前 | 1 个回答 | 1
1
个回答提问
Log axis on imagesc
I've plotted an image using imagesc: figure; imagesc([pmin pmax], [vmax vmin],flipud(result.^2)) xlabel('Period (s)',...
10 years 前 | 1 个回答 | 0
1
个回答提问
Plot fft result on linear period scale?
I need to plot the results of an fft on a linear period scale. The output is on a linear frequency scale. Is there an easy way t...
11 years 前 | 1 个回答 | 0