anyone wants to share web.m file?
Hello, dear... I have a problem with web.m file, which seems to connect me to internet.However, it's not working at all, since I revised it several times. Does anyone is willing to attach your web.m file under the directory of toolbox/matlab/helptools/web.m if yours are for IE 6.0? thank you! Celine, ... 20 Mar 2010 15:28
Loading Lif files in to matlab
Hi, I am making a game of life. I want to be able to load the .lif files in to my program but i am struggling to find any information on how to do it. The game of life is a simulation of cells dying and living. Depending on the amount of cells that is alive around it depends on whether it is alive or dead. To st... 21 Mar 2010 20:50
counting white blood cell image-filtering doubt
"Poh Choo " <swpohchoo(a)yahoo.com> wrote in message <hk8ia2$rjm$1(a)fred.mathworks.com>... hi!i m working with matlab software to count white blood cell in color image...i had already performed segmentation(k-means clustering) n image enhancement..results seems ok but the problem is the image did really left only whit... 20 Apr 2010 15:58
L parameter in windowing
Hello. Parametre L (filter length, number of impulse response) is better to choose multiple degrees of the two or any? Calculations in the first case are accelerated? Thanks. ... 20 Mar 2010 10:56
coordinate inter-distances without looping
hi, I have a set of 3d coordinates c=[x(1:n);y(1:n);z(1:n)] I need to find the distance between each point. possibly avoiding looping through. since the number of points is generally huge. the ideal result would be to get a matrix (size(c,2) x size(c,2)) with all the combinations. thanks alex ... 20 Mar 2010 12:04
simulink
hi, how I can go to simulink ? thanks ... 20 Mar 2010 10:56
robot simulation
Hello ! I would like to learn how to write robot simulation program using Matlab. Can anybody give me suggestion on how to get started ? (I don't have experience in writing graphical simulation program) I read the manuals but cannot find anything such as creating an object (robot for example) and have it moving ... 20 Mar 2010 09:46
Simulation Model Of 15KVA UPS
I am doing a project on Evaluation of Harmonics and power Quality Improvemant. In that i need to simulate 15KVA UPS model feeding 7 computers. Can i simulate this using MATLAB/SIMULINK ? Can i get the same results as i got in the practical case? [And it is not PWM UPS]. ... 20 Mar 2010 09:46
Driver compilation problem (MATLAB>>C++)
Hi everyone, I hope you are enjoying your weekend. I had a problem when trying to implement the example in the matlab compiler user guide. The programme creates three functions (addmatrix, multiplymatrix and eigmatrix). I succeeded in getting the *.so library and the related files (mcc -W cpplib:libmtrixp -T link... 20 Mar 2010 09:46
Pop up menu help
The values are loaded into the pop up menu and are working, when i click simulate i want it to load this value into my model popupmenu1 = get(handles.popupmenu1, 'Value') set_param(mymodel/lockout','Value',popupmenu1); This does not work, what do i need to do? thanks ... 20 Mar 2010 18:50