First
|
Prev |
Next
|
Last
Pages: 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361
PID Contorler Can I download the Automatic PID tunning block for use with Matlab R2009a Cheers Shane ... 2 Feb 2010 15:27
passing value from one function to another i'm having some trouble. by using GUIDE i did created a 'edit text' bar and a 'push button'. User insert some data in the 'edit text' bar and continue by clicking the 'push button'. Once the 'push button' has been pressed, a popup message box (msgbox) will display the 'edit text''s value. Can some one guide me? % Th... 2 Feb 2010 15:25
how to modify and display image in web by matlab As I know that from R2006b start, the web server toolbox has been discontiued. How can I upload an image(by the client) in a web page and trigger the calculation of my m files(e.g. using button), thus display the result on the web site? Mathwork states that by using Builder NE instead, but when I copy the source co... 9 Feb 2010 16:16
how to modify and display image in web by matlab As I know that from R2006b start, the web server toolbox has been discontiued. How can I upload an image(by the client) in a web page and trigger the calculation of my m files(e.g. using button), thus display the result on the web site? Mathwork states that by using Builder NE instead, but when I copy the source co... 2 Feb 2010 15:24
how to obtain CSI from rayleighchan pathgains? Hi, I have a SOVA decoder, which needs CSI to works fine. I am using rayleighchan built-in function : tau=0:5e-8:5e-7; %path gain dB pdb=[0.6286 0.4895 0.3813 0.2969 0.2312 0.1201 0.1403 0.1092 0.085 0.0662 0.0515]; chan = rayleighchan(4e-6, 200, tau, pdb); chan.ResetBeforeFiltering = false; chan.StoreHistory... 5 Mar 2010 05:02
Help - correlation! Hello, I need help with correlation. I have two image I need to match - music sheet and template - image of clef. I use normxcorr2 to do that. The code I use is standard: c = normxcorr2(temp,image); [max_c,imax] = max(abs(c(:))); [y,x] = ind2sub(size(c),imax(1)); So as I understand it - y, x is the coordina... 2 Feb 2010 15:25
cfitsio mfitsio mac os x Hi, Did anyone ever attempted to install mfitsio (cfitsio for Matlab) for mac os x, on intel architecture under Leopard ? (not Snow). An attempt was made in the past, http://public.lanl.gov/eads/mfitsio/ but its for older architecture. My attempt on my intel leopard failed. I'm trying to go from scratch, using th... 2 Feb 2010 15:25
OFDM transmission into multipath channel "Bogdan Cristea" <cristeab(a)gmail.com> wrote in message <hccedi$l9r$1(a)fred.mathworks.com>... I would like to simulate an OFDM transmission into a multipath channel, but I have hit the following problem: The channel has 4 taps and each tap attenuation is represented by the realization of a Rayleigh process. So only... 2 Feb 2010 15:24
Setting object propeties via mex Hi Folks Are there any examples of setting object properties via the mxSetProperty function. I would like to send an object into a fortran mex function, do some calculations on certain properties, update the object and send it back out. Usually thye functions have examples that go with them, but these functions do ... 17 Feb 2010 11:05 |