Re: consecutive numbers
On 7/6/2013 4:37 PM, james bejon wrote:> % If I've understood the request correctly:>> x = [ 1 2 3 7 8 9 10 13 14 20 21 22 23 24 ].';> d = cumsum([ 1 ; diff(x) ~= 1]) Nicely done. I didn't...
View Articlefree smart TV idea
what if you could ask your TV to remind you or look for content you are interested in across the various subscribed channels? might not be a unique idea -- Dale
View Articleappearance matching
the ICC www.color.org currently uses CIE instrumental color matching unless you opt to use the perceptual reference medium gamut in which there is some attempt at appearance matching for certain...
View ArticleRe: mantain rows on matrix(ismember(matrix,vector))
Another solution: c = a; c(~ismember(a,b)) = {[]}
View ArticleRe: HHT
On 7/6/2013 10:25 PM, peng wei wrote:> "plot(c,d{k},'k.','Color',b([k k k]),'MarkerSize',3,'linewidth',1.5);"> can you help me to explain this programming ? thanks ! doc plot relate arguments to...
View ArticleAssignment has more non-singleton rhs dimensions than non-singleton subscripts
i am trying to use the FrangiFilter2D function on images extracted from coronary angiography video, but when i use the function is give this error " Assignment has more non-singleton rhs dimensions...
View ArticleRe: free smart TV idea
On 07/07/2013 01:15, Dale wrote:> what if you could ask your TV to remind you or look for content you are> interested in across the various subscribed channels?>> might not be a unique...
View ArticleRe: Assignment has more non-singleton rhs dimensions than non-singleton
On 7/7/2013 8:17 AM, alaa wrote:> i am trying to use the FrangiFilter2D function on images extracted from> coronary angiography video, but when i use the function is give this> error "...
View ArticleRe: matching a sketch face image wit reaal image in database
On 7/7/2013 6:45 AM, aditya wrote:> Hey guys,>> im doing a project for matching the sketch image (mug shot) with the> real image in database. im a novice for image processing and matching....
View ArticleRe: free smart TV idea
In article <uNeCt.1367$BN7.162@fx06.am4>, invalid@invalid.invalid says...> > On 07/07/2013 01:15, Dale wrote:> > what if you could ask your TV to remind you or look for content you...
View ArticleRe: free smart TV idea
On 7/7/2013 10:19 AM, R.G. Bargy wrote:> On 07/07/2013 01:15, Dale wrote:>> what if you could ask your TV to remind you or look for content you are>> interested in across the various...
View ArticleRe: Is it possible to create 'beep' sound from within c-mex s-function?
Thanks for your help, Phil. The windows Beep() function works nicely!
View ArticleRe: IF statement and and
On 7/6/2013 1:35 AM, bkshn wrote:> Hello I want to implement this conditions by matlab.>> U(LBPP,R,T) = 2 LBPP,R,T �= 2p, p ¸ P = {0, . . ., P . 1} LBPP,R,T �=> 2P . 1 . 2p, p ¸ P>>...
View ArticleSimple softwarewith multiple GUIs and start-up screen
Hi everyone, I'm new to MATLABand i want to make a software with multiple GUIs. The first GUI will be show an image for 5 seconds or less displaying the name of my software. When that...
View ArticleRe: building structure arrays from excel data?
Hi Ashish~ Thank you for the contribution! Do you have a 2D version of the code? where the headers are in the 1st row and the 1st column, conceptually like this: Adam Bob1 Bob2 No 1 2...
View ArticleManipulation of mxArray struct into c++ code
Hi everyone, I am currently discovering the mex file programmation since I need to increase the compute speed of a matlab function (which uses a huge loop to solve a differential equation in time)....
View ArticleMatlab Real Time Workshop Embedded Coder error
Hello all, I am doing embedded C-Code generation using Embedded Matlab coder. I tried the Simulink Real-Time Workshop demo: Demos>Simulink > Real-Time Workshop > Application Samples >...
View ArticleRe: MATLAB avi file compressions
Matt <almeidaofctu@hotmail.com> wrote in message <ef5b2c6.-1@webcrossing.raydaftYaTP>...> Hey folks,> > I am generating an avi movie file in MATLAB and am trying to play it> in...
View ArticleRe: appearance matching
On 07/06/2013 08:28 PM, Dale wrote:> the ICC www.color.org currently uses CIE instrumental color matching> unless you opt to use the perceptual reference medium gamut in which> there is some...
View Articlegeotiffwrite and tilewidth
Hi everyone. I'm using Matlab to work on aerial images. Those images are pretty large (i.e. 16757 x 27479 pixels). I read them using geotiffread which works fine. However, when I'm trying to use...
View Article