| Thread | Last Post | Replies |
|
| updating a pop up menu | 27 Jul 2008 00:17 GMT | 1 |
I created a pop up menu with guide and and entered the text "select frequency" into it. I also have an open file dialog box. I want to uptate pop up menu content after the files opened
|
| AVI to MPEG (Windows to Mac) some help! | 26 Jul 2008 22:30 GMT | 10 |
I am making a movie of several figures in my windows machine. I got the code from the newsgroup or the help, I can't remember exactly. In any case the code makes a .avi file but of course once I
|
| about column-by-column comparison b/w two matrices | 26 Jul 2008 22:24 GMT | 8 |
I have two NxN matrices with each column contains N random but unique intergers which is randomly picked from a series [1:2*N]. Now, I want to find out how many number in the corresponding column are the same. For example, consider
|
| inverse regexp | 26 Jul 2008 19:47 GMT | 10 |
I was wondering if anyone wrote or met a function that was inverting regexp. For instance, let's suppose I want to extract tokens out a a string. I can do that with regexp:
|
| Writing to a csv file | 26 Jul 2008 17:53 GMT | 2 |
The code (below) should be simple, but I can't get it to work. Could you guide me please. for (mz = 1:2078) if (spectclusters(mz,2:64) == 0)
|
| expfit censoring | 26 Jul 2008 17:36 GMT | 2 |
Hi to all, I have a question. Suppose I have data from a study that lasts 6 years. Some people are being censored within the study, and others who haven't suffered the event until the
|
| Embedded Matlab Fcn | 26 Jul 2008 15:23 GMT | 4 |
I get error message when I'm trying to use IF expresion in "Embedded Matlab Fcn Block". Input to the block are 4 matrices [3x3]. Next "i_A" and "i_F" are used as parameters, which are defineg in "Model Properties/InitFcn".
|
| Speeding up griddatan | 26 Jul 2008 15:10 GMT | 7 |
I'm using "griddatan" to interpolate 4-dimensional scattered matrix. However, "griddatan" seems very slow in a trajectory simulation which calls "griddatan" hundred-thousand times
|
| solution to nonlinear eq | 26 Jul 2008 14:55 GMT | 10 |
Given an equation of the form: A = b(1+b) + g(1+g) where; A, b and g are restricted to integers A is known, b and g are unknown
|
| Manipulating a csv file | 26 Jul 2008 14:39 GMT | 2 |
Am new to Matlab, but need to learn fast. Am working with a very large csv file that contains data as output from a mass spectrometer, with m/z values in the first column, and all intensity values in the following columns. Now, I want to
|
| if statements and GOTO command | 26 Jul 2008 13:31 GMT | 1 |
I am having trouble with my code in the following IF statement situation: ___________________________ for i=1:2
|
| plotting a non-function | 26 Jul 2008 13:09 GMT | 2 |
I know this must be easy, but I just don't seem to find it: How can I tell plot to plot the line between data points not as a function (sort the x-values), but to plot them in order of appearance in my vector? Or do I need an other command?
|
| if statements and GOTO command | 26 Jul 2008 04:17 GMT | 2 |
I am having trouble with my code in the following IF statement situation: ___________________________ for i=1:2
|
| Animating plots (sort of) | 25 Jul 2008 23:34 GMT | 1 |
I'm trying to display consecutive plots, so that they appear animated. For instance: for i = 1:100 plot([0 100],[0 100],'k',i,i,'o')
|
| Fourier Transform?? -- Data Analysis | 25 Jul 2008 22:17 GMT | 9 |
I am looking at force vs. time graphs on a project i am working on and i have seen several of them look like this: http://www.geocities.com/uebermenchens/1016727-AL_3.PNG what i would like to do is take the data which produces
|