| Thread | Last Post | Replies |
|
| Parameter estimation | 17 Jul 2008 10:07 GMT | 2 |
Dear reader, I build a model in Simulink and would like to estimate parameters based on measured data. I found the tool "Simulink Parameter Estimation". In the help document,
|
| Mesh with delaunayn | 17 Jul 2008 10:05 GMT | 5 |
Hi ppl! Hi have the following code which meshes a circular section defined by yours truly :) The 16 points that i coded for the boundary must always be
|
| amazing problem with my mex-code | 17 Jul 2008 09:17 GMT | 2 |
I meet a great problem with my mex-code in Fortran. I don't think I've made any error. however after compiling, matlab cannot find this mex- function. for example:
|
| Saving with cell arrays | 17 Jul 2008 07:55 GMT | 2 |
i was testing out cell arrays and did this: x = [1;2;3;4;5;6;7] y = [1;2;3;4] z = [1;2;3;4;5]
|
| create matrix as a function of previous columns | 17 Jul 2008 06:35 GMT | 3 |
I would like to create a matrix in which each column is a function of the previous column. It is probably easiest to describe what I would like to do with the following code : M is 20 x 100 matrix
|
| Surface Plot with 2 Z-Axes | 17 Jul 2008 05:35 GMT | 1 |
I would like to produce a plot composed to two components. First, a usual surface plot (eg. surf(X,Y,Z) ) Second, I would like to have a line plotted on the X-Z plane of the previous plot, but with a second Z-axis.
|
| Need help editing impulse responses | 17 Jul 2008 05:28 GMT | 1 |
I am very new to Matlab and need some help editing acoustic room impulse responses together in Matlab. What I have is a 24 sets of 40 impulse responses in WAV format. What I need to do is to take the early reflections
|
| Using the fopen command | 17 Jul 2008 04:29 GMT | 1 |
I am using the fopen command but ran into some syntax difficulty; i read in the file name from a text file like this: id = fopen('D:\Files.txt')
|
| Asking about Markov chain Monte Carlo and inverse-Gamma distribution | 17 Jul 2008 03:55 GMT | 2 |
I'm interested in using Markov chain Monte Carlo to generate variates from the inverse-gamma distribution via Metropolis-Hasting algorithm. Below is the code I typed but I feel that the results after running seem inappropriate, i.e., histogram does not follow inverse-gamma pdf.
|
| question about rstool function | 17 Jul 2008 03:53 GMT | 1 |
I am studying function "rstool" to learn how it does the regression. As I use "edit rstool" to see the code, on line 202, it uses function endfit. But when I want to look into this function, I couldn't get into it. I tried to type the
|
| 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]
|