Re: random vector
"Student" wrote in message <kufkdb$h1i$1@newscl01ah.mathworks.com>...> I want to generate a random vector in Matlab with the distribution N(?^2 * I_dxd)> > Please help me how I can do...
View Articlehow to custom in order to use "gamultiobj" toolbox to do integer optimization?
Currently, I meet a problem that I want to use the toolbox of "gamultiobj" to solve my problem. However, till matlab 2013a, it cannot solve the integer optimization with this problem. (ga toolbox can...
View ArticleRe: prowler in matlab
"neelam nigam" <neelam.nigam@mathworks.com> wrote in message <for0km$np4$1@fred.mathworks.com>...> > hi all> i am using prowler for simulating a routing protocol in> wireless...
View Article123456 -> 1,23456*10^(5)
Is there a matlab function turning for example 123456 to 1,23456*10^(5) when displaying it?
View ArticleParallelization of Simulink model of MIMO-OFDM channel
Hi guys, I wish to parallelize the MIMO-OFDM channel using the Simulink Model Can you advise me how to proceed????documentation??? Thanks
View Articlehow to custom in order to use "gamultiobj" toolbox to do integer optimization?
(Updated)Currently, I meet a problem that I want to use the toolbox of "gamultiobj" to solve my problem. However, till matlab 2013a, it cannot solve the integer optimization with this problem. (ga...
View ArticleRe: Extract audio from video
"vishnu kumar" <vishnubrett2005@hotmail.com> wrote in message <i7tu54$jiq$1@fred.mathworks.com>...> if you don't mind , can you please show me an example? %To get audio alone from the...
View ArticleRe: Changing the font size changes the axes limits?
> Tell MATLAB that you're taking manual control over the tick locations and > axes limits by setting the YTickMode and YLimMode properties of the axes to > 'manual' and MATLAB will just make...
View ArticleRe: Fixed point number truncation ... Help !!!!!
Assigning it to b = fi(0,1,6,3) is one way, but, as you saw, the cast is by "real world value" and overflowed in your last example. If you want to extract a particular set of bits, then see the...
View ArticleImage pixel coordiates interpolation from a limited points
Hi, I would like to set pixels in an image to a specific value along with the intermediate pixels (pixels that lie between two points). What I have is a set of X,Y coordinates of some points on a line...
View ArticleRe: Changing the font size changes the axes limits?
On 8/14/2013 7:17 AM, David Doria wrote:>> Tell MATLAB that you're taking manual control over the tick locations>> and axes limits by setting the YTickMode and YLimMode properties...
View ArticleRe: creating subfolder within folder
mkdir just creates folder of specified name but I need to read the model name given in the text file one by one and creates folder as is the model name. Then after running operations I need to save...
View ArticleScaling issue with multiple bar plots
Hi. I have 2 data sets, both as a function of the some vector containing time stamps. One of the datasets is an extract of the other where only values below below a certain threshold are kept. Rest are...
View ArticleRe: 123456 -> 1,23456*10^(5)
"Emma " <emmpe781@student.liu.se> wrote in message news:kufnq3$elp$1@newscl01ah.mathworks.com...> Is there a matlab function turning for example 123456 to 1,23456*10^(5) > when displaying...
View ArticleRe: how to custom in order to use "gamultiobj" toolbox to do integer...
"guymcheers " <guymcheers@gmail.com> wrote in message news:kufo78$m3t$1@newscl01ah.mathworks.com...> (Updated)Currently, I meet a problem that I want to use the toolbox of > "gamultiobj"...
View ArticleRe: Duplicate vector values from numbers in another vector
"Emilie " <emilieci@hotmail.com> wrote in message <kum12n$2ov$1@newscl01ah.mathworks.com>...> .... Lets say I have these two simple vectors:> a = [1 4 0 2] and b = [21 56 32 90]>...
View ArticleRe: pattern creation(draw circle)
ghazale : See the FAQ: http://matlab.wikia.com/wiki/FAQ?&cb=7634#How_do_I_create_a_circle.3F
View ArticleRe: Image pixel coordiates interpolation from a limited points
Abbas You can use the Bresenham line algorithm, or you can use imline(). I've posted code over in Answers. Go there (http://www.mathworks.com/matlabcentral/answers/) and I'll post a demo for you if you...
View ArticleRe: How to remove the background from the picture
Ehsan Anjum Post your image over in Answers (http://www.mathworks.com/matlabcentral/answers/) and I might give you some advice or sample code.
View ArticleRe: How to remove the background from the picture
"Image Analyst" wrote in message <kumnvs$3np$1@newscl01ah.mathworks.com>...> Ehsan Anjum> Post your image over in Answers (http://www.mathworks.com/matlabcentral/answers/) and I might give...
View Article