First
|
Prev |
Next
|
Last
Pages: 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
how programmmeticaly enter arrow keys (keyboard) i want to handle arrows key of the keyboard in matlab . in my project i can recognized basic four hand gesture .i want to replace arrows key from these four gesture. ... 7 Aug 2010 22:20
Matlab 2009b and Photoshop CS4 - 64 Bit "Royi Avital" <RoyiREMOVEAvital(a)yahoo.com> wrote in message <hoviug$i74$1(a)fred.mathworks.com>... "Royi Avital" <RoyiREMOVEAvital(a)yahoo.com> wrote in message <hn8ka9$cch$1(a)fred.mathworks.com>... "Royi Avital" <RoyiREMOVEAvital(a)yahoo.com> wrote in message <hme679$anf$1(a)fred.mathworks.com>... Hello. ... 2 Aug 2010 03:49
Exporting plots to images Hi friends, Can anybody tell, how to export plotted graphs files directly to PNG file with out GUI at all. ... 2 Aug 2010 20:14
plotting inequalities Your problem is posed as... A = [1 -2 -1;1 0 0;1 .05 0]; b = [1;0.186;-1.128]; plotregion(A,b,[-200 -200 -200],[200 200 200]) Note that since the set of inequalities you pose represents an infinite domain, I applied some bound constraints too. +/- 200 seemed wide enough here. So ... 2 Aug 2010 07:03
Real Time Workshop Serial Example Hi, I am looking to send a serial signal through a RS232 serial port on my computer via simulink. Currently I am using the "to instrument" block in the instrument control toolbox however this does not work with real time workshop. Is there an equivalent block for real time simulations using real time workshop? ... 11 Aug 2010 04:55
Plot fade in and fade out Hi All! I have some number of data strings (p1, p2, p3, ....) and I'd like to create an animated plot... So that first I see p1, then it fades out while p2 fades in, and so on, fading out and fading in one by one... Please give me a hint where to look for the solution or better some simple example. ... 2 Aug 2010 01:41
DAQ, cDAQ-9172, NI 9205 modules I am using NI cDAQ-9172 with two NI 9205 modules (for analoginput) and one NI 9263 module (for analogoutput). It is ok to start one analogoutput (AO) and one analoginput simultaneously (AI); start([AI AO]) but when I try to start two analoginputs AI1 and AI2 using two modules; start ([AI1 AI2]), I get the following... 4 Aug 2010 09:13
Ploting I am trying to plot something in matlab and cannot get anything but the axis showing up.. I have a 6x6 matrix with sind(i) and cosd(i) in it, where i is an angle I need to vary from 0 to 30 degrees. My code I am using is for i = 0:1:30 A= [-1 0 0 0 0 1; 0 -1 0 1 0 0; -1 0 1 0 1 0; (.3*(cosd(i))) 0 0 0 0 0; ((-.... 2 Aug 2010 03:49
cDAQ 9172 I am using NI cDAQ-9172 with two NI 9205 modules (for analoginput) and one NI 9263 module (for analogoutput). It is ok to start one analogoutput (AO) and one analoginput simultaneously (AI); start([AI AO]) but when I try to start two analoginputs AI1 and AI2 using two modules; start ([AI1 AI2]), I get the following err... 2 Aug 2010 00:37
panel data regression analysis hi all could any1 tell me if it is possible to do panel data anlysis on matlab? if so are there any generic codes? many thanks ... 2 Aug 2010 12:32 |