Feeds
回答済み
How to "imagesc" with logarithmic axis
Hey Rebecca, Ben figured this one out. -Paul
How to "imagesc" with logarithmic axis
Hey Rebecca, Ben figured this one out. -Paul
11年以上 前 | 0
質問
Why filtfilt when filter transfer function easy to calculate in frequecy domain
My task requires zero-phase filtering. Why use the filtfilt command which increases the order of the filter by a factor of two ...
12年弱 前 | 0 件の回答 | 0
0
回答質問
What causes the save command (in MATLAB) to fail?
We deploy a medium size application written in MATLAB and we allow the user to save their simulations settings and data. Inside...
約12年 前 | 2 件の回答 | 0
2
回答回答済み
findobj fails in timer call back
I provide the solution to this problem because it took days to find; mostly because it was buried deep in the guts of our medi...
findobj fails in timer call back
I provide the solution to this problem because it took days to find; mostly because it was buried deep in the guts of our medi...
12年以上 前 | 1
| 採用済み
質問
findobj fails in timer call back
I was testing a timer in a large program written in GUIDE and I came across these strange results. function checkfordone_o...
12年以上 前 | 1 件の回答 | 0
1
回答回答済み
GUIDE-Axes
You will notice in guide when you check the axes properties that the "NextPlot" property is set to replace. Change it to "add" ...
GUIDE-Axes
You will notice in guide when you check the axes properties that the "NextPlot" property is set to replace. Change it to "add" ...
12年以上 前 | 1
回答済み
plot in a gui1 after push button in a gui2
I would suggest reading: <http://www.mathworks.com/help/techdoc/creating_guis/f5-1002439.html Making Mulitple Guis work togethe...
plot in a gui1 after push button in a gui2
I would suggest reading: <http://www.mathworks.com/help/techdoc/creating_guis/f5-1002439.html Making Mulitple Guis work togethe...
12年以上 前 | 0
回答済み
remove fringes in the backround
Fringes are a product of filtering. You may not be able filter your way out of this situation. The fringes may have been intro...
remove fringes in the backround
Fringes are a product of filtering. You may not be able filter your way out of this situation. The fringes may have been intro...
12年以上 前 | 0
回答済み
Matlab & Analysing audio signals
I don't see the need for doing this calulation in frequency domain. I think you could just use the xcorr command and find the i...
Matlab & Analysing audio signals
I don't see the need for doing this calulation in frequency domain. I think you could just use the xcorr command and find the i...
12年以上 前 | 0
回答済み
Retaining data on GUIs on GUIDE
I think passing information with the findall can be a bit dangerous. What if you have multiple instances of the first GUI runni...
Retaining data on GUIs on GUIDE
I think passing information with the findall can be a bit dangerous. What if you have multiple instances of the first GUI runni...
12年以上 前 | 0
回答済み
Multithreading with mex functions
Solution to question with some sample code. function test_OpeningFcn(hObject, eventdata, handles, varargin) handles...
Multithreading with mex functions
Solution to question with some sample code. function test_OpeningFcn(hObject, eventdata, handles, varargin) handles...
12年以上 前 | 0
質問
Multithreading with mex functions
The documentation of MATLAB suggests that it is OK to multithread with mex functions as long as as the mex API is not used. <ht...
12年以上 前 | 4 件の回答 | 0
4
回答質問
Time to save mat file differs by MATLAB version
I am using MATLAB version 7.12.0.0635 (R2011a). We deploy a medium size software package that allows the user to save their pro...
12年以上 前 | 1 件の回答 | 0
1
回答回答済み
Saving Matlab resutls and output
I think you are looking for: saveas(gca,'name','tif') You can save figures or histograms. Other file formats are also suppo...
Saving Matlab resutls and output
I think you are looking for: saveas(gca,'name','tif') You can save figures or histograms. Other file formats are also suppo...
13年弱 前 | 0
回答済み
MATLAB GUI RESIZE PLOT
If you type help on the MATLAB prompt you will see that "if the CurrentAxes is nested in a uipanel the panel is used as the pare...
MATLAB GUI RESIZE PLOT
If you type help on the MATLAB prompt you will see that "if the CurrentAxes is nested in a uipanel the panel is used as the pare...
13年弱 前 | 0
質問
Large data file I/O
I am trying to speed up a bottle neck in our code. Currently, the output of one of our FORTRAN modules writes the data to a tex...
13年弱 前 | 1 件の回答 | 0
1
回答質問
MATLAB ResizeFcn callback fails
I am editing a GUI written in MATLAB and have a line in the OpeningFcn that sets the callback for resizeing the figure. ...
約13年 前 | 1 件の回答 | 1