| Thread | Last Post | Replies |
|
| Converting between java-matlab | 21 Jul 2008 23:58 GMT | 7 |
Supposed that I have a list of points (that form a path) that is dynamically grown (no size known a-priori) during the running of my algorithm. In matlab, I can use two solutions to add the next element
|
| FMINCON - STOP, PAUSE, RESUME or EXIT from GUI | 21 Jul 2008 23:39 GMT | 5 |
I have developed a GUI which implements the Fmincon functionality. Each optimisation problem would run for about 5hrs to completely finish and produce results. I have a requirement werein I need to either STOP, PAUSE,
|
| strmatch | 21 Jul 2008 23:18 GMT | 3 |
I've two vectors containing the same strings in different orders. I want to obtain the index of position of the string in the second array comparing it with the first array, so I use this syntax:
|
| unique of data | 21 Jul 2008 23:10 GMT | 1 |
I have a lon,lat array, and I would like to locate the index of those unique locations. Can I do this easily using UNIQUE? For example, tmp = [-18.8605 -159.7955
|
| [ ] function? | 21 Jul 2008 23:06 GMT | 17 |
this might sound stupid or simple....can I do something like this in matlab? a= 1, 2, 3 ; function(a)= [1, 2, 3]
|
| How to find vector value via matrix value? | 21 Jul 2008 22:27 GMT | 5 |
Say I have a 2x3 matrix m and vector v. m = [1.1,1.7,2.1;... 3.6,3.3,4.2]; v=[0 1 2 3 4]';
|
| How to show figure without black portion? | 21 Jul 2008 22:10 GMT | 2 |
I would like to know whether there is any techniques to show to image in MATLAB without black portion border? My case is I tried to superimpose two images with one is the rotate version of another. So it would be great if the final image
|
| Adding Headers to a matrix | 21 Jul 2008 21:13 GMT | 3 |
In my program i create an array which looks like: a = [1;4;65;7;8;4;3;2;5;7;7] b = [4;7;4;2;23;4;5;7;8;5;4;3] before i insert them into column matricies i would like to
|
| drawing pathlines on a circular meshgrid | 21 Jul 2008 21:05 GMT | 1 |
Hello all. This is my first post/question so I apologize if I am not doing things properly but here is my issue: Here are the sections of code that I have written. 1)%circular meshgrid test
|
| get the required date | 21 Jul 2008 18:22 GMT | 4 |
If suppose I have this date '03/28/2008' and i would like to get the last date of the month (i.e 03/31/2008') Is there a function in MATLAB that does that?
|
| Change axes of mesh plot | 21 Jul 2008 18:15 GMT | 3 |
I have a mesh plot. I want to see it from a different axis point of view. How do I change the orientation of this mesh plot? Thanks
|
| 2d -> 3d | 21 Jul 2008 17:37 GMT | 2 |
Howdy, I've currently got a 2d plot of points (call it a square) and I want to turn it in to a box by adding a constant depth to it. Can anyone help me with this, as I can't seem to crack it
|
| xcorr (cross-correlation) | 21 Jul 2008 17:37 GMT | 3 |
I am using the function xcorr (cross-correlation)as follows: c = xcorr(x,y,'coeff') by using 'coeff' it normalizes the sequence so the autocorrelations at zero lag are identically 1.0.
|
| Volume of Frustum | 21 Jul 2008 17:30 GMT | 1 |
Hi, i'm trying to implement a way to model the draining of a frustum on simulink. I want to be able to calculate the the height as a function of volume loss. I think the only way to do this is through an embedded matlab function.
|
| Matlab fails during intialisation on Linux | 21 Jul 2008 16:47 GMT | 1 |
I am trying to run Matlab under Linux but it never manages to initialise even when waiting for some minutes. Are there some parameters I have pass so that it starts properly, its matlab 6a and it is running on Redhat. The only thing I can do then is to kill the application
|