| Thread | Last Post | Replies |
|
| HDF5 String Datasets | 18 Jul 2008 19:16 GMT | 3 |
I'm having some major troubles using the low-level HDF5 functions to write character datasets. My code is as follows: % String_Dataset.m
|
| Read Part of String | 18 Jul 2008 19:16 GMT | 12 |
This may sound like a rediculous question, but a solution would make my day a hell of a lot easier. I have two files, for example we'll call them "F423.dat" and "F423_spectra.dat" i have written a program that will import all
|
| Creating list of image variables with imread() | 18 Jul 2008 19:10 GMT | 4 |
Hello, im trying to accomplish the following: i have 10 raster image files and want to create 10 variables, each to hold one of the images, ie pattern_image1
|
| 2D nonmonotonic interpolation | 18 Jul 2008 19:10 GMT | 2 |
hi, i am trying to find a 2D nonmonotonic interpolation. my data is z(x,y), but again the x and the y are nonmonotonic data.
|
| raster images and imshow(), image() problems | 18 Jul 2008 19:04 GMT | 1 |
Hello, im trying to create a 3 dimensional matrix to store 10 640x480 raster images. One set of these images i need to apply thresholding to. I first store the images into matrices the following way
|
| Working with cells and matrix arrays | 18 Jul 2008 19:02 GMT | 9 |
I am loading a file of stock historical prices: File fid is a list of (date, Price). while fid tline = fgetl(fid);
|
| Is there any way to vectorize this code... | 18 Jul 2008 18:55 GMT | 1 |
Can anyone help me in vectorizing this code.... M & N are the boundaries..... for theta = 0:pi/180:2*pi; x = cent_x + radius*sin(theta);
|
| matlab-command for expand axes | 18 Jul 2008 18:23 GMT | 3 |
Hi, I have just a small problem. What is the matlab-command to "expand axes to fill figure". This is a check- box in the Export-Setup of figures. Even after searching very long, I didn't find a solution how to write it in a Matlab-Code.
|
| Transcendent equation | 18 Jul 2008 18:01 GMT | 2 |
Hey there, I want to solve the following equation for "m". How can I make MATLAB solve the problem? D1, D2 and A are given values. 0 = [exp(m*D1) - 1]/[1 - exp(-m*D2)] - A
|
| Including one line of C code in Real Time Windows Target | 18 Jul 2008 17:46 GMT | 1 |
I have a RTW model which runs as I want to. All I want to do is add an if block which when satisfied executes an exe file. One way I thought of is to make a subsystem and add the following custom code c-code using the Model Source block: #include <stdlib.h> #include <process.h>
|
| "program terminated" message by mail | 18 Jul 2008 16:52 GMT | 4 |
I've been doing a long-hours-run analysis in MATLAB in which I used "sendmail" in several parts of the script with the intention of having been informed about the process. It worked superb till now.
|
| Dwork in m-file s-function | 18 Jul 2008 16:43 GMT | 1 |
Hi, I'm writing a M-file s-function and I need to save an object created in the 'setup' function in a Dwork vector to use it in the 'Outputs' function.
|
| Turn a vector to a triangular matrix | 18 Jul 2008 16:03 GMT | 4 |
Does anyone know how to turn a vector to a upper triangular matrix? For example, I have a vector [1 2 3 4 5 6 7 8 9 10],and I want to turn it to a matrix
|
| Assigning values to arrays returned from mxCreateNumericArray | 18 Jul 2008 16:01 GMT | 3 |
Hi, I'm having trouble trying to assign values to a 2D array after having called mxCreateNumericArray. I would normally expect for the 2D array to be stored as a 1D array in column order, but this doesn't seem to be what I'm seeing. I've
|
| limit callback function? | 18 Jul 2008 16:00 GMT | 4 |
is it possible to limit the callback function? for example, the gui button can only be pressed for 10 times, then the callback function is not valid anymore after 10 times.
|