First
|
Prev |
Next
|
Last
Pages: 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165
Make Error In Simulink hii, I am working on object tracking from video images. Now, I am going to take RGB video stream, and going to segment it, I have used a user defined function to merge the separated R, G and B images. But, one error (make error) occurred. Please help me to remove the error Making simulation target "colorcartrcker_sf... 11 Mar 2010 05:38
Need help on P-Matrix and U*-Matrix CAn anyone help me with the P-matrix and U*-Matrix in matlab. I need it for visualising in SOM ... 11 Mar 2010 05:38
USB & FTDI & Compiler Thanks Doug for this trick for handling void** using Matlab calllib function. It works well for me with Matlab R2007b. I use Matlab as a debugging tool for data processing within a dsPIC33. I am used to access DLL using a mex wrapper but I tried your solution which is faster than writing a mex for each individual func... 17 Mar 2010 09:05
Matlab Mex Compiler and Csdp.Exe Error hi I am using windows 7(64 bit) with 64 bit matlab and use toolbox for dimension reduction there. When ı use one of the function Matlab mex file error that ı take matlab cant find mex file and ı cant find any suitable mex compiler there. the other one some function use cdsp.exe and in directo... 14 Mar 2010 10:53
ismember() help Hi im trying to use the ismember() func to find out how many values in one matrix are present in the other matrix and that works find x = sum(ismember(matrixa,matrixb)); but what i also want to know is how do i extract the value in the matrix that is equal i.e a = [1;3;5;7;9] b = [1;5;8;10] how can i... 11 Mar 2010 05:38
running an .m file Hello! Can anyone help me with something? My problem is that I have to run some functions from my directory without typing: run function_name.m For example I have a list in excel with all the functions that are in my directory and I made a code in matlab that reads the excel file and puts all the functions in an a... 11 Mar 2010 07:48
jpeg200 code i m doing my reserach on image compression. For that i ned the jpeg2000 code. Plz if anybody have the same, then help me its very urgent thanks in advance ... 11 Mar 2010 05:38
Problem with wavedec2 When I decompose the image ( 512 * 512 ) into 4 levels using "db1" wavelet, I get 256 *256 for level 1 coefficients and 128 * 128 for level 2 coefficients ans so on When I decompose the same image ( 512 *512) into 4 levels using " db8" wavelet, I get 263 *263 for level1 coefficients. HOW & WHY? There is no explan... 11 Mar 2010 01:18
fit point cloud of curved ellipse without DelaunayTri I don't have access to v2009, so DelaunayTri is out (http://www.mathworks.com/products/demos/shipping/matlab/demoDelaunayTri.html#19) I have several ellipses defined by a point cloud, and I can separate them and take them into account one at a time. Some are regular ellipses, some are curved (googleimages example:... 11 Mar 2010 01:18
code help Trying to to figure out why my code wont output a plot... any help from willing debuggers out there. Simple code. function running_stride_2 w = input ('Please enter the weight of the runner (lbs): '); % w= weight of the runner a = 9.8; m=((w*0.45359237)/a); disp ('Please enter the shoe of the runner :'); % s... 11 Mar 2010 02:22 |