First
|
Prev |
Next
|
Last
Pages: 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627
how to connect fingerprint usb device to m-file hi guys.... how can i connect fingerprint usb device to my program in matlab,.. ... 26 May 2010 04:49
error while booting the target pc hi i have some trouble while booting the target pc .i receive a message like this: NO SUPPORTED ETHERNET BOARD. Could somebody help me please. i really don't know what to do ... 26 May 2010 03:44
error while booting the target pc hi i have some trouble while booting the target pc .i receive a message like this: NO SUPPORTED ETHERNET BOARD. Could somebody help me please. i really don't know what to do ... 26 May 2010 04:49
Wrong results in Pdepe .m file for heat transfer incylinder...HELP > Hello everybody. I am programming a .m-file that computes the temperature distribution in a cylinder that consists of 4 layers each one having different specific heat capacities / densities / thermal conductivities. The inner temperature is constant, whereas the outer wall is giving heat via conduc... 26 May 2010 03:44
preallocating space for a structure? Hi all. I'd appreciate any input on this... I've written a program that analyzes a bunch of data and stores some results in a two field structure array. Using the progressbar function (downloaded from file exchange), it was obvious that the beginning iterations of the loop complete much faster than later iterations,... 26 May 2010 11:20
Identifying horizontal sections of a curve Hello--- I have a vector 'v' which contains values sampled at discrete times given in another vector 't'. After using the command 'plot(v,t)' in Matlab, I would like to identify sections of the curve which appear to be "nearly" horizontal on the plot. Is there a robust way of doing this numerically using M... 26 May 2010 13:34
Grouped Boxplots Is there any way to combine boxplots so they are grouped like in a grouped bar plot? Specifically, using the mileage example in the documentation, suppose that I had the MPG values separated by car type (e.g. compact, SUV, motorcycle) and by country. I am looking to get a boxplot for each car type for USA, then a box... 26 May 2010 02:40
matlab figure file I have seen some Matlab simulations that opens up a figure file which allow you to generate wave plots by pressing buttons, how would I manage something like that? (I know its worded badly, so here is a print screen of what I mean: http://img522.imageshack.us/img522/8933/51381457.jpg ) ... 26 May 2010 03:44
about the parameter 'INPUTS' in the function 'connect' The function 'connect' can be used to construct a aggregate model for a given block diagram interconnection of LTI models. A system is shown in following figure. ---->[G4]------ | | | v r --->O---->[ G1 ]-... 26 May 2010 01:36
Newff Hello all, I'm reading a few indexed images to a matrix, feeding them as input to the network to do some simple classification. That's how I create my matrix: (1) Initial step: y=imread('01.bmp') y=y(:) x=[y'] (2) Next step(s): y=imread('02.bmp') y=y(:) x=[x;y'] I repeat step 2 until I have 9 rows repr... 27 May 2010 02:45 |