First
|
Prev |
Next
|
Last
Pages: 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125
Sorting Strings and uniquifying I have a bunch of image, for each image I want to associate a subject string. Forming a cell array or an array of strings -- not a problem. Then I want to sort the strings, and give each unique string a unique incremental identifier. input = { 'cat', 'cat', 'dog', 'dog', 'bird', 'goose', 'cat', 'goose' }; outpu... 19 Mar 2010 15:30
classification Hi everyone, If i have an image with 4 white lines which are connected in a particular fashion against a black background how can i classify them(separate) using matlab. Thanx in advance. ... 24 Mar 2010 14:40
Converting blocksets to c files Hi I am also including viptraffic as part of my project and would like to convert it to c code for optimizing the counting and tracking. Are there any converters that automatically do this? I am running short on time.. Could you share the code that you wrote for this with me?? It will be a grt help.. ... 19 Mar 2010 13:11
repmat elements of cell array "Shal" <shalini_priti(a)yahoo.co.in> wrote in message <ho06ms$76m$1(a)fred.mathworks.com>... Suppose I have a numeric cell, i.e. b= [1 2 3 4 5 6]; B= num2cell(b); B= [1] [2] [3] [4] [5] [6] How do I replicate the elements within cell I want something like this: C=... 19 Mar 2010 13:11
repmat elements of cell array Suppose I have a numeric cell, i.e. b= [1 2 3 4 5 6]; B= num2cell(b); B= [1] [2] [3] [4] [5] [6] How do I replicate the elements within cell I want something like this: C= [2x2 double] [2x2 double] [2x2 double] [2x2 double] [2x2 double] [2x2 double] where on expansion, the v... 19 Mar 2010 11:56
Linking List Boxes in a MATLAB GUI I am having some trouble linking two list boxes in a matlab GUI i am generating My two list boxes are each displaying a set of values that correspond the the x and y values of my dataset. I would like to set up my GUI so that when the user uses the scrollbar to go through one list the other list will scroll down as... 19 Mar 2010 14:21
Define a segmented pipeline block in simscape ? Hi, My question is how to define a segmented pipeline block with simscape language in Pneumatic domain ? You know the number of segments used is variable and depends on the user input so the number of equations and variables is variable. How can I deal with it ? Can I use matrix or arrays with variable dimensions in ... 6 Apr 2010 10:46
Error Solverconfiguration Simscape Hi, I try to do the simulation of an hydraulic system with SimHydraulics. When i launch the simulation, I have got this error : "Dynamic states at start of simulation are not consistent. Setting all dynamic state initial conditions to zero may fix this problem." But, i don't know what to do. Could you he... 6 Apr 2010 11:53
time domain analysis from pressure sensor "Wayne King" <wmkingty(a)gmail.com> wrote in message <hntsun$r84$1(a)fred.mathworks.com>... "aye myamon" <ayemyamon(a)hotmail.com> wrote in message <hntrl0$s4d$1(a)fred.mathworks.com>... i am now detecting the leak from pipeline. i am a very new user for matlab. i am now facing some difficulties to do time ... 19 Mar 2010 11:56
bug in ecdf and prctile? "Aslak Grinsted" <rek(a)phunck.com> wrote in message <hnvm0g$scn$1(a)fred.mathworks.com>... Both ecdf and prctile uses the rank of a sample (m) within a set of length (N) to estimate the empirical cumulative distribution (C). Makkonen (and references therein) show that the expectation value for C(x) = m/(N+1)... 21 Mar 2010 10:28 |