Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top MatLab Solutions: 1 - 13 of 13
  • 1
 
Can anyone point me to code example of doing histogram backprojection in matlab? I am using version 2008a with all toolboxs installed. Thanks!
As I explained in my last question ( http://www.experts-exchange.com/Programming/Languages/MatLab/Q_24268148.html , thanks yuk99 for the help), I developed a function to read a binary raw data...
I'm trying to find the similarity of 2 images by measuring the histogram error between them, the smaller, the better similar. The method I currently use is: + Calculate normalized histogram o...
I need to round some numbers to end with one of these: .00, .25, .50 and .75. I think they can be represented exactly in binary so precision shouldn't be a problem. Is there an easy way to do ...
Our product installs Matlab Component Runtime during it's installation. Problem is that I am not able uninstall this Matlab Component Runtime. I get following error while uninstallaiton:- ...
this is a project i have to have done for uni. i have no idea what to do with question 2. have a small idea on question 1. all help is welcome. thanks in advance. i have attached the fi...
x,y and z are coordinates and v is the values associated with each coordinate that I want to have it as the color in the graph. My problem is that it gives me a monocolor plane when I want to...
How to specify custom grid intervals when I'm using plot function in Matlab?
Hi, I'm new to matlab and would like help with the following equation please..... X = P - L - 10Log10W - F - N where..... P = 20 W = 7 F = 12 N = -174
Hi All I have sample which i would like to convert to frequency domain. I thought fft did that. So on fft the sample data and plotting it .. its gives me a bizarre graph. So i am not sure w...
Hi. This is a newbie question... I want to use variables in MatLab... But without a value. The only thing i want is to get the formula . For example : to put : (x+y)^2 It should ...
Below is the code that I must remove the loop from. If anybody can show me how to do this I would be greatly appreciated. Thank you!
Hi what does : mean in the following statement?....... maxdist = 1000; dist = 1:maxdist; what is the outcome?
I have the code below. Also the function findsim(image1, image2) return the similarity of two picture. Now I want to calculate the first result, save it, calculate the next one compare to the ...
Hi I have 2 .m files. I want to use a value from one file and use it in a calculation in another file. eg: W = BWeff * BW;    % file1.m x = W+b;  % file2.m I'd like to use the valu...
 
  • 1