Re: Sum up certain elements of a matrix
On 1/26/2013 5:01 PM, Denis_BR wrote:> Sorry! I got lost writing the message. So, again, I'd like to transform: ...> The matter here is that 555 is replaced and the element above is sumed>...
View ArticleWhat am I missing here?
Folks, this is driving me nuts! Can someone explain what may be going on?>> X = [0 .1 .2 .3 .4] X =Â Â Â Â Â Â Â Â Â 0 0.1000 0.2000 0.3000 0.4000>> X(4) == .3 ans =Â Â Â Â Â 1>> Y = [0:.1:.4] Y =...
View ArticleRe: What am I missing here?
On Saturday, January 26, 2013 7:13:27 PM UTC-5, Gautam Sethi wrote:> Folks, this is driving me nuts! Can someone explain what may be going on?> > > > >> X = [0 .1 .2 .3 .4]>...
View Articleregionprops
Hi Gandharv, As far as I can tell, this means you are calling regionprops with a matrix, L, that is at least 3 dimensional [for instance, L is a 256x256x12 matrix]. This warning is simply telling you...
View Articlereal time plot in gui through daq
"Rob Purser" <rob.purser@mathworks.com> wrote in message <ikgho3$c0$1@fred.mathworks.com>...> Hi,> > The Data Acquisition Toolbox has the exact capability you want built in....
View ArticleFinding end-points for runs
Dear all: I'm trying to find the end-points for runs of numbers based on a vector. Let>> Y = [1 3 4 6 7 8] Y =Â Â Â Â Â 1 3 4 6 7 8 I want an output vector Z of size(length(Y),2) where Z =Â Â Â Â Â 0 2...
View ArticleRe: What am I missing here?
Gautam Sethi <gautamsethi@gmail.com> wrote in message <e0cb6636-306e-4239-a3c6-be062decdcea@googlegroups.com>...> Folks, this is driving me nuts! Can someone explain what may be going...
View Articleimage data conversion
1. i am in need to convert a vector to an image how to do this? 2. how to convert a cell with different data type to a matrix ?
View Articlematlab code for face recognition
sir/ mam can i have the full demo code for face recognition right from matrix generation to covarience and normalization with regrds abhi black
View ArticleRe: RTW and Workbench
Hello did you manage to solve the problems below ? Is workbench working more smoothly with Matlab now ? I'm experiencing now the problems below. Thanks Jorge "Aliza" wrote in message...
View ArticleImage Inhancement (help me to understand this code)
iptcheckinput(inputImage,{'uint8','uint16','int16','single','double'}, {'nonsparse','2d'}, mfilename,'I',1); if nargin == 1Â Â Â Â parameters = 5;Â Â Â Â membership =...
View ArticleRe: need help
On 1/27/2013 10:44 AM, Muhammad Ramzan wrote:> Hi everyone,>>> I have two symbolic matrices;>> A = [1 p;0 1];> B = [1 p;0 1-p];>> I have to calculate the tensor product of...
View ArticleRe: change of tick intervals
"Sadik " <sadik.hava@gmail.com> wrote in message <ke1tno$9b2$1@newscl01ah.mathworks.com>...> Hi Gati,> > You should use semilogy() instead.> > Best. thanks, it worked but now...
View ArticleRe: change of tick intervals
dpb <none@non.net> wrote in message <ke13g0$bk7$1@speranza.aioe.org>...> On 1/26/2013 10:33 AM, gati wrote:> > hi! I m getting a graph whose y axis limits are from 0 to 10^8...
View ArticleRe: change of tick intervals
On 1/27/2013 1:18 PM, gati wrote:> dpb <none@non.net> wrote in message <ke13g0$bk7$1@speranza.aioe.org>...>> On 1/26/2013 10:33 AM, gati wrote:>> > hi! I m getting a graph...
View ArticleRe: Calculation of more then two matrices
dpb <none@non.net> wrote in message <kdsrpf$v0l$1@speranza.aioe.org>...> On 1/24/2013 7:20 PM, Paul wrote:> ...> > > Oh I'm sorry,> > yeah you're right: 8 (maximum in...
View Article"Unexpected internal error" in S-function builder
Hi when I build a S-function using S-function Builder, everything compiled successfully. but when I run the model it notifies "Unexpected internal error". I don't know why it occurs and relates to...
View ArticleRe: Mass Centroid
"Jeff EA" <jea@gene.dot.com> wrote in message <ke3o70$n2g$1@newscl01ah.mathworks.com>...> "Javier Fileiv" wrote in message <ke1nmk$iok$1@newscl01ah.mathworks.com>...> >...
View Articleaccess piixel of frame
hello i use sift to detect interest point in image 120*160*3 and i get velocity of every point on frame vx,vy (120*160) so i need to get the corresondingg velocity for the detected points thanks
View Article