First
|
Prev |
Next
|
Last
Pages: 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740
rectangular matrix "Artur Racu" hy everybody, how can help me, i hve a retangular matrix and belove the diagonal i have zeros how can i remove them without removing zeros above the diagonal, thank you, Artur I suppose you have, for example purposes: rectM = rand(3,4) rectM = 0.35 0.55 ... 11 May 2010 04:36
rectangular matrix "Artur Racu" <arturracu(a)yahoo.com> wrote in message <hsb0ir$dlj$1(a)fred.mathworks.com>... hy everybody, how can help me, i hve a retangular matrix and belove the diagonal i have zeros how can i remove them without removing zeros above the diagonal, help TRIU help TRIL Bruno ... 11 May 2010 04:36
curiously, "stem" goes wrong Never mind, apparently a reboot of matlab has solved the problem. Still wondering what caused it in the first place, though ... Have a good day, eisvogel ... 11 May 2010 04:36
rectangular matrix hy everybody, how can help me, i hve a retangular matrix and belove the diagonal i have zeros how can i remove them without removing zeros above the diagonal, thank you, Artur ... 11 May 2010 03:31
Realtime exchange between FlightGear and Matlab > I am trying to establish a real time connection between the flight simulator Flight Gear and MATLAB. Flight Gear allows users to setup sockets or file streams for input or output of flight information such as altitude, airspeed, location, etc. I'm trying to use MATLAB's instrument control toolbox, more specifically t... 11 May 2010 03:31
Magnitude of the wav file ( db or dbs) Hello . Recently i learn to use matlab. I have tried to find a solution on internet but with any success. I'm trying to find the magnitude on a wav file. I'm trying to "enslave" (overcome ?) my speakers with my microphone. The main problem is the gestion of the magnitude ( i have divided by the initial pressure... 11 May 2010 03:31
GUIDE: is non-wrapping multiline edit possible? Hi there, Spend hours trying and searching to get the edit-control in multiline non-wrapping mode (so the next line only starts when the user hits <ENTER>). Must work in 2007b. Anyone a solution, work-around, java-hack, etc....? Must be absolutely fool-proof (do ActiveX components always work on any PC???) Regard... 12 May 2010 04:48
C-Code in MatLab Hello Community, can please somebody help me in bringing the following C code in Matlab compatible? *************** int i=0; int k=0; int a[600]; //Array heißt array for (i=11000; i<=11600; i++) { if (array[i] > array[i+1]) { a[k]= 65536 + array[i+1] - array [i]; } else { a[k]= array[i+1]... 18 May 2010 10:20
Dynamic array I have a two dimensional matrix and I want to store the matrix elements greater than some value in a dynamic array and then plot the histogram. please help me with the code. ... 11 May 2010 11:09
Register Now: FPGA Camp Bangalore, INDIA. May'21 I am pleased to announce the next upcoming FPGACamp to be held on May'21, 2010. The registration for the event is completely FREE. You can RSVP by visitinghttp://events.linkedin.com/FPGA-Camp-Bangalore-India/pub/281752 orhttp://www.fpgacentral.com/fpgacamp FPGA Camp is the 1st and only open source FPGA conference... 11 May 2010 02:26 |