| Thread | Last Post | Replies |
|
| Add Customized Function in Fuzzy Toolbox | 12 Jul 2010 17:07 GMT | - |
in Fuzzy Toolbox, i'm trying to add a customized add method. How do i create that method in MatLab? Thanks in advance
|
| Add a Title to a Legend? | 12 Jul 2010 16:05 GMT | - |
Okay, So i have a GUI that will plot a TON of different data all on the same plot. For example, an experiment was conducted which collected the Power Density Spectra Data for a series of channels over a series of test runs. That is: Test 1 has 22 channels of data, Test 2 has 22 ...
|
| Working with multiple GUI - subplot | 12 Jul 2010 15:52 GMT | - |
Hello, i'm asking for your help about subplotting between GUIs. Let me explain, i'm trying to make several (four) GUIs interact with themselves, having one GUI as the main one. In this GUI, i have three push buttons that lead to the opening of the remaing three GUIs. In two of ...
|
| texture polygons in 3-D? | 12 Jul 2010 15:42 GMT | - |
There is a 2-D image and I am trying to build a 3-D model for this image. The models consists of triangles. I want to take a corresponding triangle from the image, stretch it and stick to the triangle in the model. Some parts of the original image (margins) are not modelled yet.
|
| how to match 2 images by shape | 12 Jul 2010 15:35 GMT | - |
i want ahelp in my project i want to know ho can i count objects in an image by matching the two images by shape not by colour i mean
|
| Polygon | 12 Jul 2010 15:33 GMT | - |
I am displaying an image and then using ImROI to get the coordinates for a polygon that I draw: I=imread('9_m.jpg'); roi = ImROI(I); However, before drawing out the polygon, I would like to map on previous polygons that I have already drawn onto the image so that I can see them as ...
|
| "Designing Vehicle-Mounted Communications Systems with Simulink"- July 15th- MathWorks Webinar | 12 Jul 2010 15:29 GMT | - |
"Designing Vehicle-Mounted Communications Systems with Simulink"- Free Webinar- July 15th Register now for the 9:00am U.S. EDT session: http://bit.ly/dDvcX7 Register now for the 2:00pm U.S. EDT session: http://bit.ly/dj7qwI In vehicle-mounted communication systems, the vehicle’ ...
|
| How to save a Affymetrix cel file in matlab? | 12 Jul 2010 14:44 GMT | - |
I have some Affymetrix cel files at hand. I can read them into structure data using "affyread". Could anyone tell me how to output the sturcture data into the same .cel format please? Thank you very much.
|
| PD Modelling | 12 Jul 2010 14:35 GMT | - |
Has anyone tried to model Partial Discharge activity in dielectrics using Matlab or any other software please? Thank you Mario
|
| mxDestroyArray on outputs of compiled matlab function | 12 Jul 2010 09:27 GMT | - |
Hi group, long time matlab user but beginner with C and mexfiles here. I have some algorithm written in matlab, which I want to compile and encapsulate in a loop in a C program. One of the outputs of the
|
| switch statement for filter coefficients | 12 Jul 2010 09:13 GMT | - |
this is hyma,doing m.tech, i want to implement the MATLAB program for finding FIR filter coefficients by using windowing methods with MATLAB7.0.4, for that i am choosing switch statement
|
| Simulink - Warning: "Solvare to take a smaller step..." | 12 Jul 2010 08:12 GMT | - |
Can anyone explain to me what is this Simulink warning about: "Warning: In the model 'mysystem' the variable sample time for tid 6 has a timeOfNextSampleHit (0.0028424335208333336) which will cause the solver to take a step smaller than the minimum step size (1 ...
|
| Corner Detection, MatLab | 12 Jul 2010 06:44 GMT | - |
Is there any Corner Detecting Algorithm comes as MatLAB function? If not, can you provide a MatLAB link to it? Thank you, Best Regards, Paheerathan
|
| fastinsert vs. LOAD DATA INFILE | 12 Jul 2010 04:04 GMT | - |
I am trying to insert data into a mysql database using the mysql LOAD DATA INFILE command. I am storing a matrix of uint8 in a text file, which mysql then reads and adds to the database. However, in the process, it corrupts the data. But when I use fastinsert the data is properly ...
|
| FOR loop optimisation | 12 Jul 2010 03:02 GMT | - |
Hi all. I'm just coming to terms with the way MATLAB processes things, and am quickly realising the benefits in the avoidance of looping wherever possible.. I have two set ups I would be ever grateful for assistance with, if possible. I know questions like this are asked all the ...
|