| Thread | Last Post | Replies |
|
| Counter variable can't be in a structure? | 17 Jul 2008 03:36 GMT | 2 |
While reformatting some code, I discovered that Matlab refuses to allow a counter variable to be part of a structure. I know this isn't something people should really have any reason to do, but I couldn't find anything in the
|
| GUI Pause Button | 17 Jul 2008 03:28 GMT | 2 |
Hi, I'm new to creating GUIs; I wanted to know if it was possible to create a pause button for my simulink simulation on a GUI. How would I implement this code in my GUI? Thanks for all your help!
|
| Mex-ing Problem | 17 Jul 2008 01:58 GMT | 1 |
I'm trying to re-compile some legacy code on a new Mac Pro running 10.5 (I don't think this is relevant). Unfortunately, I can't even compile yprime.c. Any thoughts?
>> cd /Applications/MATLAB_R2007b/extern/examples/shrlib/ |
| Save figure within GUI not working | 17 Jul 2008 01:29 GMT | 1 |
Hi. I have a GUI that contains a plot, which I'm trying to be able to save as a PDF at the click of a button. It isn't working perfectly, however. A PDF is created with the correct plot and all, but the position/size of the plot in
|
| accessing multiple elements of matrix | 16 Jul 2008 23:46 GMT | 1 |
So I have a matrix A. Elsewhere in my code I generate a vector x and vector y, for example x = [1 4 2]
|
| 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.
|