| Thread | Last Post | Replies |
|
| Exponential Random Numbers | 30 Apr 2008 23:54 GMT | 3 |
I tried generating exponential random numbers using the following two methods and I am getting significantly different results. (I am using this as the first step in generating normal random numbers and the normal random
|
| NVIDIA Quadro FX360M on DELL M4300 - Problems with 3D in matlab bench | 30 Apr 2008 23:48 GMT | 4 |
I've just tested matlab on a "just arrived" DELL Precision M4300. The graphic card is an NVIDIA Quadro FX360M. I run the matlab bench and I got ***extremely bad 3D performances*** on both Matlab 6.5 and 2007b. When the
|
| drawing patch to obscure lines | 30 Apr 2008 21:17 GMT | 5 |
i have some lines drawn on axes using the standard 'plot' function. now i want to use 'patch' to overlay a transparent shading _over_ the lines at a certain point such that it shades (and somewhat obscures) the lines underneath.
|
| mex with fortran 90 | 30 Apr 2008 21:02 GMT | 7 |
I am trying to get a mex file from a fortran90 file, and I can't. I am using Matlab2007a, Intel Fortran Compiler 9.1 and Visual Studio 2005. Just as a first attempt, I tried to get mex file from
|
| convert c++ to matlab | 30 Apr 2008 20:57 GMT | 1 |
i need to convert the entire matlab programme into C++ .
|
| Convert C/C++ to Matlab | 30 Apr 2008 20:50 GMT | 2 |
I would like to convert c code into matlab to be used in a student project. Is there any converter, which I could use? flo
|
| Geometric Scaling in Matlab | 30 Apr 2008 20:33 GMT | 10 |
Does Matlab have a function to geometrically scale a matrix? Say you have a 1x3 matrix [1 2 3]. Is there a function to scale it to a 1x4 matrix: [1 1.67 2.33 3]. Many thanks in advance,
|
| implementation of edge detection and segmentation of nuchal translucency | 30 Apr 2008 19:49 GMT | 2 |
i have got the source code for edge detection and segmentation from this site but as i have to work on the image so i need help to convert image to array so that i can use these source codes by interfacing all the modules.
|
| classification with GMM | 30 Apr 2008 19:34 GMT | 6 |
I am trying to classify my data with using GMM (in Statistic toolbox) but results are not good. I wrote this code given below. ...
|
| bit representation of pixel values of an image | 30 Apr 2008 19:28 GMT | 1 |
How can I get the 8 or 24 bit representation of pixel values of an image?
|
| plz tell me the in built function name for modular | 30 Apr 2008 19:11 GMT | 3 |
i want to convert negative value to +ve value -7, -5 etc to always + values
|
| imshow won't listen to parent designation | 30 Apr 2008 19:02 GMT | 9 |
Hello, I'm trying to write a gui that displays a preview from a camera. Inside one figure, I instantiate a new axes (with its parent property set to the figure its inside), and then want instantiate a new image with its parent set to the
|
| i want to declare a matrix of n*m size-------------------------how | 30 Apr 2008 18:48 GMT | 3 |
i want to declare a matrix of n*m size
|
| saving a graph - should be stretched horizontally... | 30 Apr 2008 18:23 GMT | 2 |
I have some code that combines different graphs etc. I want to save as *.png-files. I save with this command: print(gcf, '-dpng', 'filename' ) I realised that since I'm going to squeeze for 4 graphs in one A4-
|
| problem with importdata | 30 Apr 2008 17:23 GMT | 3 |
i need to import several files mixed with text / numeric data, in which the # columns is unknown, therefor i use the importdata function. Which works fine as long there is number at the end of line. But i also have some files which contain only text, then the importdata func
|