First  |  Prev |  Next  |  Last
Pages: 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
How to Plot this Kind of Matrix
Hello to everybody! I have to plot a matrix 10111 x 3 where the first two columns are the points' coordinates and the third column is the value of the point. With that matrix i have take a grid to approximate the plan's portion [0...10,0...10]: 0 0 -0,162093682194603 0 0,1 -0,165728548002140 0 0,2 -0,1677556079902... 2 Aug 2010 10:19
Help needed: VideoCompressor property of video.MultimediaFileWriter
Hello, I have a question concerning the valid arguments for the 'VideoCompressor' property of the 'video.MultimediaFileWriter' constructor. I am not able to find a documentation about this property save for the very vague description in the help file: <quote> Choose None (uncompressed) to save uncompressed video ... 3 Aug 2010 10:19
.bash_profile
I'm using 2010a on an Intel Mac. Previously, I had trouble getting Matlab to find things in my Unix Path, which I figured out how to fix when I started this thread: http://www.mathworks.com/matlabcentral/newsreader/view_thread/255609 I'm not actually doing that anymore. Instead, I have the following lines in my... 3 Aug 2010 13:38
Binary to fixed point, HELP !!!!!
Does Anyone knows how to convert a binary number to fixed point number specifying integer and fraction bits ?? for example , I have the binary number 11101 and I need to convert to fixed point with 1 integer bit and 4 fraction bits: 11101 = 1.825; Now, using the same binary number I need to convert to fixed poin... 2 Aug 2010 10:19
create and parse mdl file programatically
Hi, try to check out these libraries: http://www.fauskes.net/nb/parsing-simulink/ or http://conqat.cs.tum.edu/index.php/Simulink_Library Regards, Fabio "Kaushal " <xyz(a)yahoo.com> wrote in message <hqot7s$4un$1(a)fred.mathworks.com>... Hi, I want to parse an mdl file to fetch the block data from and... 2 Aug 2010 09:13
GMRES and preconditioning
Can anyone provide some information about how the implementation of GMRES in Matlab uses preconditioners? I am testing an initial-boundary value problem solver where I have a differential operator A and a preconditioning integral operator M with functions that apply these matrices to given vectors. I thought GMRES solv... 2 Aug 2010 09:13
analog input and accelerator mode
hello, I want to use the anlog input from data aquisition toolbox in accelerator mode. When I try to start the simulation I get the following error: ### TLC code generation complete. ### Creating project marker file: rtw_proj.tmw .. ### Processing Template Makefile: I:\Program Files\MATLAB\R2010a\rtw\c\accel\a... 2 Aug 2010 08:08
cross-tabulation, contingency table
Hi, just going through old code and trying to make it more efficient. Hoping for some good suggestions... Say I have an array: x = 1 0 1 1 1 1 2 0 2 1 4 0 4 0 Thus should give a contingency table of: 1 2 1 1 0 0 2 0 However, the function 'crosstab' would give the answer: 1 2 1 1 2 0 I ... 2 Aug 2010 08:08
fmincon and 7.5 versus 7.10
Dear all I get different results using fmincon under Matlab 7.5 and 7.10. I use exactly the same options. Any known issues? Cheers, Frank ... 5 Aug 2010 02:40
Direction vector in phase portrait
Hi I'm creating a phase portrait by running a loop with different initial conditions to get 10 trajectories and show the stability of the different fixed points. I therefore want to place an arrow in the direction of the flow on each trajectory, but only on the trajectories so quiverplot cannot help me. I'm sure ... 2 Aug 2010 08:08
First  |  Prev |  Next  |  Last
Pages: 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113