|
First
|
Prev |
Next
|
Last
Pages: 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471
Matlab on a thumb drive? Is it possible (and within the licensing terms) to install and use Matlab on a portable USB drive? Lee ... 19 Jun 2008 09:35
saving images I am displaying images (.bmp) with the imshow command. I then am trying to save the images with the saveas command. However, when I open up the saved images, their color is altered and not as it is in the origianl image. For example, an image showing a Caucasian person's face has a somwhat pinkish blotched ti... 20 Jun 2008 11:12
compiling C program in Matlab using windows "James Tursa" <aclassyguywithaknotac(a)hotmail.com> wrote in message news:g3bbnf$q42$1(a)fred.mathworks.com... "Jeff Boehmer" <cervelosolo1(a)yahoo.com> wrote in message <g3b916$p1q$1(a)fred.mathworks.com>... So I'm brand new to Matlab and relatively new to C. How exactly do I compile my C program in Matlab? ... 19 Jun 2008 01:18
meshing triangles with polar coordinates Someone pls reply...any help or hint would be great... "Rui Silva" <el_tuka(a)iol.pt> wrote in message <g3bhnq$1sa$1(a)fred.mathworks.com>... Hi ppl! I have been trying to mesh a circular cross section, divided in 2 shells ou layers, and i believe it's easier to use polar coordinates, to specify the pos... 19 Jun 2008 10:36
ODE Event- Run on first iteration hi.. x0 = [x y] %initial conditions [t,y] = ode45(@atom,tspan, x0... %%%%%%%%%%%%%atom.m%%%%%%%%%%%%%%%%%%%% adot = atom(t,y) adot = [dydt dxdt]; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% initially my x and y are equal after every iteration my also in my initial conditions x should be replaced by y which ... 19 Jun 2008 01:18
structure from motion Good evening I am a student and i am currently exploring the field of computer vision with 'structure from motion'. To gain a better knowledge of the subject i am seeking some matlab codes for implementing sfm. If you could give me some codes or links where i can possibly find them, it will be of gr... 19 Jun 2008 05:29
callback function roberson(a)ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in message <g3b4t2$f93$1(a)canopus.cc.umanitoba.ca>... In article <g3avsm$5si$1(a)fred.mathworks.com>, shrithi srivaastav <bharat.k.suthar(a)gmai.com> wrote: I have a exe file (dymosim.exe) giving its output to a .mat file. I want to call a matlab fu... 19 Jun 2008 01:18
Display images froma folder in MATLAB GUI On Jun 18, 9:54 pm, "French Caro " <caro95...(a)nospam.free.fr> wrote: kartik <karti...(a)gmail.com> wrote in message <03df8b9b-3b2f-47a1-a3d8-d7a392280...(a)i36g2000prf.googlegroups.com>... Hi, I'm new to building GUI in MATLAB and need some help. Basically, I want to display all the imag... 19 Jun 2008 01:18
Plotting at different depths Hi, I have multiple graphics on one plot, one of which is clickable. Now when I plot something new, say some sort of 'area' plot, it hides my line from the mouse. Is there any way to change the depth of a plot (i.e. plot a line behind preexisting lines, instead of on top) Thanks, Erik ... 19 Jun 2008 01:18
Normalizing RGB image Can someone please tell me what is the use of normalizing an image? i've read that, this is to remove the effect of any change in intensity. can i make the intensity of 2 images similar or same? and,how to do normalizing? ... 23 Jul 2008 23:35 |