Problem with global variables
Hi I have been working on a guide and I use a lot of global variables, the thing is that some matrices that I use change their size when i change some parameters so i decide to clear some of those...
View ArticleRe: svmdecision
My experience is they are not between [-1 1]. Did you figure out more about how to get probabilities out of "f" ? "Sara" wrote in message <imt624$1mh$1@fred.mathworks.com>...> Hi!> Anybody...
View Articlesvmdecision, distances
Can you please help me relate the output f from "svmdecision.m" to Prob(observation i being in class 1)? Thanks
View ArticleRe: matlab camera calibration toolbox
I used matlab camera calibration toolbox for the images of chessboard.. I get totally ok results after initialization, But i get wrong parameters after optimization.. So, what is the problem i can't...
View ArticleRe: matlab camera calibration toolbox
I used matlab camera calibration toolbox for the images of chessboard.. I get totally ok results after initialization, But i get wrong parameters after optimization.. So, what is the problem i can't...
View ArticleRe: polynomial division
Let me ask again: I know that we can use"filter" command to implement polynomial division. For example if we want to divide r(x) by g(x) where r and g are polynomials of degree dr and dg respectively,...
View ArticleRe: Need help re: Lexicographic sorting on a Image
ImageAnalyst <imageanalyst@mailinator.com> wrote in message <650a8138-e16c-4608-b391-d1e08ee7903b@v17g2000yqv.googlegroups.com>...> Well of course we can think of some code to handle...
View Articleneed matlabl code
my project is estimation of mobile velocity by using novel velocity estimation algorithm and i hav to plot estimated velocity against SNR...and i need matlab code for that one
View ArticleRe: vector graphics
I tried to use the "export_fig" function but then how should I use the image it provides as the output? Thanks, Elnaz
View ArticleMultiple polar plots on same figure - different colors for each plot?
I am trying to produce several polar plots on the same graph, using a loop. Each plot will have a different color.i.e. one color per iteration. However, I am having problems with the color...
View ArticleRe: Multiple polar plots on same figure - different colors for each
On 11/9/2012 7:48 PM, Stan wrote:> I am trying to produce several polar plots on the same graph, using a loop.>Each plot will have a different color.i.e. one color per iteration. However,>I am...
View ArticleRe: Multiple polar plots on same figure - different colors for each
>> > Questions:> > a. Is there a way to specify a separate color for each iteration of the loop?> > b. Is there a way to display a legend showing all the colors in the figure?>...
View ArticleRe: Multiple polar plots on same figure - different colors for each
On 11/9/2012 8:15 PM, Stan wrote:> >>>> Questions:>>> a. Is there a way to specify a separate color for each iteration of the loop?>>> b. Is there a way to display a...
View ArticleRe: Multiple polar plots on same figure - different colors for each
> set(h,'Color',[1 1 1]) %change the rgb code based on index value> %make a mapping as needed to encode Okay, Thank you. That did work. My loop has i = 1:10. I tried [1, 1/i, 0.9]. However, this...
View ArticleRe: Multiple polar plots on same figure - different colors for each
On 11/9/2012 8:43 PM, Stan wrote:>>> set(h,'Color',[1 1 1]) %change the rgb code based on index value>> %make a mapping as needed to encode>> Okay, Thank you. That did...
View Article"Buffer" block and "Bit to Integer Converter" block for byte creation
Hi, It seems that both Buffer block and Bit to Integer Converter block can convert 8 bit to 1 byte from a binary stream if they are configured correctly: Are there any difference? Thanks Senmeis
View Articleparameter "Samples per frame"in Local Oscillator block
Hi, In the Local Oscillator block there is a parameter: Samples per frame. I noticed this parameter can affect the bandwidth of the output signal. Greater value -> narrower bandwidth Smaller value...
View Articlemeaning of "Input signal power" in AWGN block
Hi, the AWGN block has a parameter called "Input signal power". How can the power be measured if the input is just an integer number? Can anyone give an example? Thanks Senmeis
View ArticleRegards assign values to each index of n*m matrix
lc =10; lm=8; h0=2; V=2; N=300; hp = zeros(N,t0*50); hn = zeros(N,t0*50); for t = 0 :.01 :1 for n = 1 : N-1 hp(n,t) = lc/2 - lm/2 hn(n,t) = -lc/2 + lm/2 - (h0*(N-n))+ V*t ; % rsqp(n,t) = sqrt(...
View Article