Feeds
답변 있음
which function works for identifying numbers?
Detecting numbers is a form of OCR which is a non-trivial task. If you want a solution that works out of the box, you will have ...
which function works for identifying numbers?
Detecting numbers is a form of OCR which is a non-trivial task. If you want a solution that works out of the box, you will have ...
13년 초과 전 | 0
답변 있음
How can I find the point spread function (PSF) to a motion-blurred image with the help of noisy image?
If you have the original image and the blurred image, you could probably deconvolve your blurred image with the original image. ...
How can I find the point spread function (PSF) to a motion-blurred image with the help of noisy image?
If you have the original image and the blurred image, you could probably deconvolve your blurred image with the original image. ...
13년 초과 전 | 0
답변 있음
Using spectral subtraction technique to reduce noise in audio file
Well, I think that the presentation of the file on file exchange says a lot about how it works. It looks like they transform the...
Using spectral subtraction technique to reduce noise in audio file
Well, I think that the presentation of the file on file exchange says a lot about how it works. It looks like they transform the...
13년 초과 전 | 0
| 수락됨
답변 있음
non linear fitting of two parameter, one parameter is never changing ...
Assuming you use fminsearch, it will only optimize on the variable x. If you want to optimize on more than one variable, you hav...
non linear fitting of two parameter, one parameter is never changing ...
Assuming you use fminsearch, it will only optimize on the variable x. If you want to optimize on more than one variable, you hav...
거의 14년 전 | 0
질문
Can Matlab vectorize a generic recursion function?
Hi. I am experimenting with some specialty IIR filters, and the for-loop implementation is just too slow. I have searched, but ...
14년 초과 전 | 답변 수: 2 | 2
2
답변답변 있음
Plotting two matrices with similar dimensions having one superimposed on the other while keeping the scale of one only
There is a solution on file exchange that does exactly this. http://www.mathworks.com/matlabcentral/fileexchange/7943-freezec...
Plotting two matrices with similar dimensions having one superimposed on the other while keeping the scale of one only
There is a solution on file exchange that does exactly this. http://www.mathworks.com/matlabcentral/fileexchange/7943-freezec...
14년 초과 전 | 1
답변 있음
GUI radio button
Sure you can. Just set the Value property of the radio button to 0 or 1 depending on what you want. To make sure the user doesn...
GUI radio button
Sure you can. Just set the Value property of the radio button to 0 or 1 depending on what you want. To make sure the user doesn...
14년 초과 전 | 1
답변 있음
Copying Figure to word
Well, a work-around is to save/export the figure to disk and then import the saved image into word. I like to do that because it...
Copying Figure to word
Well, a work-around is to save/export the figure to disk and then import the saved image into word. I like to do that because it...
14년 초과 전 | 0
답변 있음
Is it possible to embed my MATLAB code in LAB View VI?
You can embed simple Matlab code in VI using the Matlab box. However, VI only supports a subset of Matlab, so you need to keep t...
Is it possible to embed my MATLAB code in LAB View VI?
You can embed simple Matlab code in VI using the Matlab box. However, VI only supports a subset of Matlab, so you need to keep t...
14년 초과 전 | 1
답변 있음
a wireless sensors network having N number of nodes each containing N number of nodes. I need to create a simulation for providing inputs and outputs for the sensors. The simulation includes the complete working of the sensor network
This looks like a homework question that you are trying not to do.
a wireless sensors network having N number of nodes each containing N number of nodes. I need to create a simulation for providing inputs and outputs for the sensors. The simulation includes the complete working of the sensor network
This looks like a homework question that you are trying not to do.
14년 초과 전 | 0











