| Thread | Last Post | Replies |
|
| commentary help lines | 14 Jul 2008 22:57 GMT | 21 |
I have many matlab files with comment lines at the beginning. With the syntax 'help <m_file>' you get these comment lines. This is all well known of course, but I have some files which seem to be coded in the same way but which
|
| Parsing Data | 14 Jul 2008 22:54 GMT | 10 |
I am trying to parse some data that looks like: bfleft1=0 bfleft2=378 .
|
| Calculate mean within grouped rows | 14 Jul 2008 22:17 GMT | 6 |
I have an N x 3 matrix and I would like to find the mean of values in column 3 grouped by unique rows formed from the values in columns 1 and 2. For example the following N x 3 matrix : 1 2 3
|
| Close Dos Console | 14 Jul 2008 21:33 GMT | 2 |
Good afternoon, I have an executable that I am running through the dos function. The file was compiled using VC++ and outputs several lines to the console to give the user an idea of
|
| a problem with axes_GUI. | 14 Jul 2008 21:33 GMT | 1 |
I have a problem with axes_GUI. To solve it,I tried many ways which I have got from this forum or others, but i couldn’t my problem. Please help me. The problem is;
|
| Reading Last Line of unknown length .csv file | 14 Jul 2008 21:09 GMT | 6 |
I'm new to matlab, and could use some help. There are a couple questions I have. I'm reading .csv files using csvread. The files contain time series, and data columns, and may be of varying
|
| Rendering GUI components from callback | 14 Jul 2008 20:50 GMT | 2 |
I am writing a GUI with dynamically updating components and I need them to be generated from a button callback. I have written the function and the pushbuttons will render, but the panel I need to create will not. Any ideas?
|
| Arrays of IMages | 14 Jul 2008 20:48 GMT | 2 |
Hi, For my job i need to be able to have an array of different images. i know the imread() function will read an image. but i need to read/save multiple images and my boss wants them
|
| making these few lines of code more efficient | 14 Jul 2008 20:07 GMT | 15 |
I have these few lines of code which im sure i can make a lot more efficient, but im really not sure how. I dont really know how to vectorize this for loop, or if it can be vectorized. here is the code:
|
| FEX | 14 Jul 2008 19:53 GMT | 3 |
I'm new to using the Matlab FEX, and am just curious as to how to get the .m files downloaded from the FEX to work in Matlab. Thank you, mb
|
| Multiple instances of an m-function with (separate) persistent vars? | 14 Jul 2008 19:30 GMT | 3 |
I have an m-function that uses persistent variables to store internal states. I'd like to be able to call multiple instances of this function with their own internal persistent variables. Is there an expedient way to do this? A possible but inelegant way would be just
|
| draw a line on a graph | 14 Jul 2008 18:55 GMT | 2 |
Hi I have a graph x=[1 2 3 4 5 6 7 8 9 10]; y=[1 2 3 6 5 7 7 8 8 9];
|
| Density scatter plots in Matlab | 14 Jul 2008 18:40 GMT | 6 |
I am new to Matlab, and I am wondering if someone here can help me with scatter plots. I have some code that computes some energies, etc., and I created a simple scatter plot of a dependent variable
|
| matrix manipulation to avoid a loop | 14 Jul 2008 18:28 GMT | 3 |
I need to do something similar to this: a=1; b=zeros(1,5); b(2:4)=a;
|
| Using inspector to edit user-defined class objects | 14 Jul 2008 18:26 GMT | 2 |
Is there a way to use the built in property inspector to modify the properties of your own user-defined class objects?
|