| Thread | Last Post | Replies |
|
| Matrix with zeros in the middle of the rows? How to remove it | 16 Jul 2008 23:26 GMT | 2 |
I have a matrix(128,16) for the first 128 rows the first 32 values i want to place it in a new matrix and then the next 64 zeros i want it removed and then attach the next 32 values for all the
|
| How to store factorization info when backslash, \ is used to solve matrix equation | 16 Jul 2008 23:25 GMT | 10 |
When we want to solve Ax=b, we simply use x=A\b. Here, \ means a lots of things. It internally tests several algorithms to solve the given problem, chooses the best one, and yields the solution vector x.
|
| [Help] Printing problem in Mac OSX Leopard | 16 Jul 2008 23:22 GMT | 25 |
Hi, my Macbook Pro had upgraded to Leopard. I found that Matlab can't print out the figure I created. I got this error message: '----------------------------------------- ??? Error using ==> graphics/private/send at 307
|
| help with Mex - working with Arrays | 16 Jul 2008 22:45 GMT | 3 |
Hi I am trying to create a m by P integer matrix void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[] ) {
|
| How to generate code from simulink model to compile/run on unix machine? | 16 Jul 2008 22:45 GMT | 1 |
Hi, I am doing a real-time control project to control a robotic manipulator. I built the simulink model in matlab. However, I do not know how to generate code from realtime workshop
|
| using fprintf more efficiently | 16 Jul 2008 22:34 GMT | 2 |
% example: a.txt{1} ='aaa'; a.txt{2}='aaa'; a.txt{3}='aaa'; a.num1(1) = 3 a.num1(2)= 6; a.num1(3)= 9; a.num2(1) = 30; a.num2(2)= 60; a.num2(3)= 90;
|
| How to label the data points in any plot? | 16 Jul 2008 21:34 GMT | 2 |
If Im using the Matlab plot function, and in the figure i want to label each data point with a string, so that each data point will have a label beside it in the figure, does anyone know how can i do that?
|
| high speed image acquisition | 16 Jul 2008 21:20 GMT | 1 |
I am using a Hamamatsu EM CCD camera, model C9100-13. I need to acquire images at a rate of at least 100 per second. Is it possible to do this using the image acquisition toolbox?
|
| title for one figure, titles for several subplots | 16 Jul 2008 21:19 GMT | 1 |
I have one figure that has five subplots. I'd like to write titles for each subplots AND one title for this whole figures at the top. I wrote a code as follows, but the 'BIG TITLE' was not
|
| convolve 2 probability distributions | 16 Jul 2008 20:51 GMT | 7 |
Hi - probably an easy one: How do I nummerically convolve 2 probability distributions and see the resulting distribution? i.e.
|
| Add noise to a signal transfer function | 16 Jul 2008 20:39 GMT | 3 |
Hi my girlfreind has this question, unfortuntly I could not answer her..please any one can answer I have a signal transfer function vector H=[H1 H2 H3 . . . Hm]
|
| two lslines on one plot | 16 Jul 2008 20:29 GMT | 1 |
I have two data: both data have same x-axis data but different y-values. I'd like to use double y-axis (plotyy), AND draw lslines for each data. [AX, H1, H2]=plotyy(x, y1, x, y2);
|
| Positioning a GUI | 16 Jul 2008 19:58 GMT | 4 |
I have a gui created using guide. I would like this gui to launch in the upper left corner of the screen. I tried using 'movegui', but I can only get it to work after the gui has become viewable <ie it does not work within the
|
| Check if two fid points to the same file! | 16 Jul 2008 19:43 GMT | 8 |
I have a problem I can't work it out. In one of my programs, I have to read data from a file and write results in a different ones. I do this using some function I have written and based
|
| xlsread help | 16 Jul 2008 19:29 GMT | 2 |
I'm currently using MATLAB in iMac. I have a bunch of data written in Excel file. When I try to retrieve the data using xlsread, it only return portion of the data. I have 10050x5 arrays of data. It only returns 472x5 data.
|