| Thread | Last Post | Replies |
|
| problems with fread? | 16 Jul 2008 14:28 GMT | 7 |
Got a bit of a problem. I'm trying to read some binary data with fread, and i am receiving them wrong somehow. For example:
|
| adaptive contour maps for z=f(x,y) where function evaluation is very expensive | 16 Jul 2008 13:45 GMT | 15 |
If I have an unknown z=f(x,y) and I want to "map" it, say by contours over xmin<x<xmax and ymin<y<ymax. Thus given x,y I can compute z. But each such computation is fairly expensive. [Perhaps one can pretencd there is a "cost" of each evaluation and impose a maximum on the number ...
|
| From a GUI to another | 16 Jul 2008 13:25 GMT | 3 |
I want to transfer data created in one GUI to another. I am simulating a matrix in the first GUI, after that I want to open the other GUI and in that GUI I want to plot the matrix. I need to know how to open the other GUI from the
|
| urgent please please...need help in solving equation usin matlab | 16 Jul 2008 12:49 GMT | 1 |
Zthjsl(timel)=(Rjs1*(1-exp(-timel/taujs1)))+(Rjs2*(1-exp(- timel/taujs2)))+(Rjs3*(1-exp(-timel/taujs3)))+(Rjs4*(1-exp(- timel/taujs4)))+(Rjs5*(1-exp(-timel/taujs5)))+(Rjs6*(1-exp(- timel/taujs6)));
|
| inverse of a matrix | 16 Jul 2008 12:26 GMT | 7 |
I have to do operation Bt*inv(A)*B ,I am currently facing problem with the above operation as inv(A) is ill conditioned. Can you suggest some methods to solve the same? Thanks a lot.
|
| Measuring time taken for highs and lows from parallel port | 16 Jul 2008 12:26 GMT | 2 |
I am new to Matlab. I am using a parallel port that is connected to a device that is supposed to give continous periodic highs and lows. I have tried the timer function although I don't know if it
|
| speeding up sparse matrix appending and multiplication | 16 Jul 2008 12:22 GMT | 12 |
Hello, i am writing a program where i create a Matrix A that is roughly 35000*6700 and storing it as a sparse matrix. It is roughly 2% sparse. The way i am creating the matrix is i make a full matrix AS (2% sparse) over a loop and i append
|
| changing colormap of images | 16 Jul 2008 12:13 GMT | 1 |
is it possible to change the color range of an image? if i have obtained an image in which the color range is [-8000 to 6000] and i want the colors to be in range [0 256] is it possible to convert the image to this range?
|
| empty array | 16 Jul 2008 11:56 GMT | 1 |
I am MSc student studying communication network planning & management at the university of Portsmouth-UK... I am doing simulation of a rang of multiplexing algorithms, part of this program is the buffer, on of the things to do
|
| Compiling Simulink problem | 16 Jul 2008 08:00 GMT | 4 |
Some days ago I posted on a problem that I was having with compiling a simulink model using Real-Time Workshop: http://www.mathworks.com/matlabcentral/newsreader/view_threa d/172334#442216
|
| use of "setitimer" C function in simulink Sfunction | 16 Jul 2008 07:49 GMT | 2 |
I want to interface a simulink scheme with real hardware, with a debian Linux. I want that simulink drives a process, with a definite timestep. I can define this real time step with the "setitimer" C function : so every 10ms, i can send
|
| How many lines fit in a list box? | 16 Jul 2008 06:43 GMT | 2 |
In one of my GUIs I needed to know how many lines I could put in a listbox with all of the lines being visible without scrolling. My first inclination was to add one line at a time to the listbox until the scroll
|
| questions on simulink | 16 Jul 2008 06:40 GMT | 2 |
i want to remove the fist frame from frame sequence. Which block should i use? For example, the input to the block is : frame1 frame2 frame3...
|
| EOF explained variance | 16 Jul 2008 05:56 GMT | 9 |
I am a intermediate user of matlab and I need your help... I try to calculate the explained variance for eof analysis, but when I try to calculate the covariance matrix from my data, matlab shown "out of memory". My data size is 126x8036
|
| Tables don't work when compiled | 16 Jul 2008 05:06 GMT | 1 |
With MATLAB 2008a and Microsoft Visual C++ Express Edition, I'm attempting to compile a GUIDE figure with a uitable in it.
>> mcc -m table_test % where table test only has a table in it When I run my application, table_test.exe, I get a bunch of
|