Reducing memory requirements for tiled matrices
"Roger Stafford" wrote in message <k7urig$875$1@newscl01ah.mathworks.com>...> ....... Presumably you could use a set of for-loops to directly generate this result and thereby avoid having to...
View Articleregarding masking
On an image i want to select some region to inpaint. I want to get the indices of that region. How to do?
View Articleclose a conture line with all the points
I created a algoritem that works with getinput function and now I want to use a matrix with the points coordinates. I have a matrix size NxM that contains the points location. eatch point has [x,y]...
View ArticleRe: sorting arrays in a cell array
On 11/14/2012 4:21 PM, Steven_Lord wrote:> c{2, 3}(1, 1) Well, I'll be... :) I'd never found that and I guess I never would've. There's no subsection in the documentation specifically on the...
View Articlelinux and windows versions on one machine
Is it possible to install a version in both linux and windows on the same machine while only using one license?
View Articlertwbuild error tunable parameter data type struct_####### rapid accelerator
I'm getting the following error when trying to compile my model with rapid accelerator. It works fine in accelerator. Significant literature research has produced no answers. Does anyone have any...
View ArticleRe: Image rotation detection probelm
Hi Darren, From the link I gave above, I used the "polartrans.m" file. Once you have the two polar images, do a plain X/Y (translation) cross-correlation. If the images are just rotated and not...
View ArticleRe: Import/Load data
Hummmm, not sure what you're doing, exactly. I just imported your data; I got created this code: %% Import data from spreadsheet % Script for importing data from the following spreadsheet: % %...
View ArticleOptimum value for scales Iris in Libor masek code for Recognition
I am undergraduate student of EEE and interested in iris recognition and trying to simulate libor masek code. what is the optimum value for 'scales' in 'hd = gethammingdistance(template1, mask1,...
View Articlefind a string from another string.
I have a string like below, 'N6E01110925D00ASYWDCC2KYOTO' 'N6E01110925D01ASYWDCC2KYOTO' '.................................................... .......................................................
View ArticleRe: find a string from another string.
On 11/15/2012 12:49 AM, Moon Datta wrote:> I have a string like below,>> 'N6E01110925D00ASYWDCC2KYOTO'> 'N6E01110925D01ASYWDCC2KYOTO'>...
View Articlereduce computation time for using a matrix with nan
Dear ALL, I have a matrix x(750,2000) got from a cell r{} with size (1*6)which has the following format:       1 2 nan nan nan 4 5 6....       1 nan 2 nan 4 nan5 6....       4 5 2 nan 4 nan5 6.......
View Articlevector sccope error
h .. how r u ? i am using lyrtech sdr kit. i am using vector scope in dsp model. it is connected with vpss out block. it is giving me error as below Error using ==> rtwgen Error in...
View ArticleRe: speeding up ACCUMARRAY
"Matt J" wrote in message <k80ur5$6b4$1@newscl01ah.mathworks.com>...>> > > > Accumarray is not slow. Just sparse is fast.> ================> > Seems like a false...
View ArticleRe: how to concatenate separated elements of 100*1 cell into a 1*1 cell
"min kyung " <mk1034@rutgers.edu> wrote in message <k80uhj$53a$1@newscl01ah.mathworks.com>...> Dear all,> I want to change 100X1 cell into 1x1 cell with having same elements > in...
View ArticleRe: find a string from another string.
"Nasser M. Abbasi" <nma@12000.org> wrote in message <k823hv$4i7$1@speranza.aioe.org>...> On 11/15/2012 12:49 AM, Moon Datta wrote:> > I have a string like below,> >> >...
View ArticleRe: linux and windows versions on one machine
You can definitely do it if you deactivate/activate each time you toggle between Windows and Linux. I do this frequently because my company laptop is running Windows 7, but I also need to compile...
View ArticleRe: find a string from another string.
On 11/15/2012 1:56 AM, Moon Datta wrote:>> This is a textdata{} , <288x1 cell>>> like> 'N6E01110926H08ASYWDCC2KYOTO'> 'N6E01110926H09ASYWDCC2KYOTO'>...
View ArticleRead a changeable row from an excel file
I have the following excel file: W1000x554 1032 408 52.1 29.5 70700 12300 W1000x539 1030 407 51.1 28.4 68700 12000 W1000x483 1020 404 46 25.4 61500 10700 W1000x443 1012 402 41.9 23.6 56400 9670...
View ArticleRe: similarity between two vector with different sizes
I mean distance or cosine similarity between vectors. I want to use k-means for clustering. Sara "Nasser M. Abbasi" <nma@12000.org> wrote in message <k84aaj$ikb$1@speranza.aioe.org>...>...
View Article