| Thread | Last Post | Replies |
|
| Is it a bug in MATLAB 2008A? | 14 Jul 2008 08:45 GMT | 14 |
I encountered a very strang problem and I hope you can help me. I developed an application with MATLAB 2007B, and one part of this application is to plot a figure, and its structure is as the following:
|
| The DCAM driver timed out while acquiring a frame. | 14 Jul 2008 07:49 GMT | 3 |
I'm using MATLAB with the CMU driver for my Firewire AVT Guppy Camera. When I use the hardware trigger of the camera, I get a warning when I use the getdata command.
|
| S-function | 14 Jul 2008 07:11 GMT | 3 |
I am writing a simulink program using S-function. In that program, I am reading vector from mat file that I need to compare against real time data at every sample time. And, also I want to do some calculation between real time data
|
| Text progress monitor? | 14 Jul 2008 07:02 GMT | 6 |
I'm looking for a way to display a simple progress monitor by outputting text to the command window. Currently the only way I've found of doing this is like so: for n = 1:N
|
| use 2d orthogonal projection to regenerate 3d curve ( not surface) | 14 Jul 2008 06:46 GMT | 3 |
i have to take two images of a curve from orthogonal directions. than digitise the 2d data and use them to generate 3d curve. the curve is very random ( so cannot be interpolated by the
|
| Cannot take max on a vector | 14 Jul 2008 06:11 GMT | 2 |
I have a function that returns a vector v1, I can do the following: size(v1) ans = 1 1001
|
| spherical to cartesian | 14 Jul 2008 05:35 GMT | 4 |
I have: a vector of latitude (call it lat is 31x1), a vector of longitude (1x58), and my data (call it data 31x58). It is in spherical grid. I need to translate my coordinate system into cartesian grid. This requires translating coordinates
|
| anyone willing to optimise my code? | 14 Jul 2008 01:21 GMT | 2 |
Hi I have written some rather length code for optimisation using genetic algorithms but it is very slow at running which is limiting its use. I have made attempts to vectorise it, but hit brick walls with regards to some of
|
| Is this a problem with fmincon | 14 Jul 2008 00:12 GMT | 3 |
The code that I wrote for fmincon works for some starting points, but not for the others. Why could this happen? Is this a problem with fmincon?
|
| the mathematic relationship between two series of data | 13 Jul 2008 23:52 GMT | 10 |
Hi,everyone, I tried to find out the mathematic relationship expression of two datasets listed as follows: A B
|
| h-index | 13 Jul 2008 19:07 GMT | 1 |
Hi guys, I need a help!! I need to link a .m file to a list of persons. In particular I want to create a list of persons and correspond h-index.
|
| tabulating in matlab | 13 Jul 2008 17:38 GMT | 1 |
a = 1000; r = 0.1; bal = a; year = 0;
|
| GUIDE resize | 13 Jul 2008 17:22 GMT | 1 |
At design time, when I resize the figure (main window) of my GUI, the static text controls move around, but the edit text controls and axes dont! This is very annoying because I have alot of things like this
|
| Handwriting Recognition | 13 Jul 2008 13:56 GMT | 2 |
I am starting My project for Devnagari Handwriting Recognition.Have Built a startup file to capture the alphabets on One form I get 100 samples for the character I want to mark a rectangle for every marked stroke and
|
| File I/O and Out of range or non-integer values truncated during conversion | 13 Jul 2008 12:34 GMT | 2 |
I am trying to write to a file. First, I read in an xls. Then, I read in a txt file. The txt file has one column of strings. The xls file has 18 columns of doubles, although I am only using the first column so far. The row numbers can rise above 37,000. Code is:
|