| Thread | Last Post | Replies |
|
| Calling Functions in an Embedded Matlab Function in Simulink | 14 Jul 2008 16:31 GMT | 2 |
I have created a Simulink model to test a Kalman filter that I designed and to replicate real data input, I am using an embedded Matlab file that calls a function within this file called "myWait". I placed this function at the
|
| Need Code for mnrfit.m | 14 Jul 2008 15:53 GMT | 1 |
Everyone that have this code, may you send me because i needed for my thesis. tanx
|
| Durbin-Watsom | 14 Jul 2008 15:36 GMT | 3 |
I'm trying to do some autocorrelation calculations and I'm using the Durbin-Watson statistic. I call dwtest and I get an error messsage: ??? Undefined command/function 'pvaluedw'.
|
| Cluster analysis using a similarity matrix | 14 Jul 2008 15:22 GMT | 1 |
I am trying to run a cluster analysis on a similarity matrix which I calculate using a different similarity coefficient than is available in the pdist function (Gower's similarity coefficient). I know the similarity
|
| Bisection Method | 14 Jul 2008 15:08 GMT | 1 |
Dear Helper, I am trying to implement the bisection method (BM) on a specific function. As you know to do the BM we need to set the function f(x)=0, find an initial guess of the interval
|
| distributed arrays: distributed() fails | 14 Jul 2008 14:58 GMT | 3 |
I have a MATLAB Distributed Computing Toolbox (DCT) question. It's about the "distributed arrays" functionality of DCT. I'd appreciate any help. Here is a code segment. It is part of a .m file and this .m file runs and completes successfully, in other words there aren't problems ...
|
| New Line Problem | 14 Jul 2008 14:42 GMT | 8 |
I am sorry for asking such a basic question. I have searched the internet and tried several different versions, but I still cannot get it to work. Why when I run this code: ---------- fwrite(txtFile,'\n');
|
| multiple image file processing | 14 Jul 2008 14:34 GMT | 4 |
Hi excuse my ignorance, I have a set of 80 jpegs which i have written a script for that measures a parameter I'm interested in. Where should I start learning about batch
|
| Gray colormap and one color? | 14 Jul 2008 12:51 GMT | 1 |
I have a question concerning colormaps. I want to draw on a black and white image a green perimeter. To do so, I thought I would take the black and white image (each pixel being mapped for a gray(256) colormap), change
|
| How to get pixels from a triangle? | 14 Jul 2008 12:20 GMT | 12 |
I have an image that has multiple triangular regions, and I know the coordinates of vertices to those triangles with the help of delaunay function. How can I extract all the pixels located inside those
|
| is this the aliasing effect? | 14 Jul 2008 12:15 GMT | 5 |
I try to demonstrate the aliasing effect on wav files, is this correct? I don't know how aliasing sounds like... [data,fs,nBits]=wavread('filename.wav'); gr=size(data);
|
| empty array inside cell array | 14 Jul 2008 11:57 GMT | 2 |
I want to an array that is inside a cell array empty let us say we have a, which is a cell array , I want to make the array in the postion a(3,3) empty ((this means contains nothing, so that when apply the function isempty the answer
|
| Plotting basisfunctions for B-splines | 14 Jul 2008 11:18 GMT | 5 |
Is there some function in matlab that plots the basis function only for a B-spline and not the B-spline itself?
|
| How to convert | 14 Jul 2008 10:27 GMT | 1 |
|
| Structured Quadrilateral Mesh | 14 Jul 2008 09:52 GMT | 4 |
I am looking for a structured quadrilateral mesh generator for polygon domains (preferably arbitrary domains). Most codes always use triangles. Is there a way to merge the triangles into quadrilaterals? Please help me.
|