Answered
Undefined function '[name function]' for input arguments of type 'double'. for vector?
Dear Laura, MATLAB thinks that he needs the function 'T1SprintBestSplit10m'. This is because you wrote down 'T1SPrintBestSpli...

ongeveer 9 jaar ago | 0

| accepted

Answered
Model reconstruction from CT slices
Dear Nuno, You can load and plot the individual DICOM images with the hand made code below. Make sure that the path of the m-...

ongeveer 9 jaar ago | 2

| accepted

Answered
How can I obtain parameters K' and tau in transfer function G2?
Dear Ricardo, I wrote a matlab code for you (edited from <http://www.mathworks.com/help/control/ref/modred.html this Mathwork...

ongeveer 9 jaar ago | 0

| accepted

Answered
Is it possible to use the function IRFunctionCurve with a Matlab version R2012b?
Dear Griselda, Yes the function can be used with MatlabR2012b. The function IRFunctionCurve is part of the Financial Instrume...

ongeveer 9 jaar ago | 0

| accepted

Answered
Three tasks in parallel
Dear John, Parallel computation can be performed with the <http://www.mathworks.com/products/parallel-computing/?s_cid=HP_FP_...

ongeveer 9 jaar ago | 0

Answered
Hinton Diagram Using 3 matrix
Hello Tahereh, In your question you defined three matrixes x(i), y(i) and z(i). However a matrix is an 2D (or higher) array, ...

ongeveer 9 jaar ago | 1

Answered
How can I store x y coordinates of centroids that are found using region props within a loop?
Dear Mauricio, As you stated finds the line (stat = regionprops(I,'centroid');) all the centroids in the image. (here 'I' is ...

ongeveer 9 jaar ago | 2

Answered
how to do face and number recognition code by matlab
Dear Shery, Have you looked at <http://www.mathworks.com/matlabcentral/fileexchange/index?utf8=%2525E2%25259C%252593&term=num...

ongeveer 9 jaar ago | 0

Answered
Reed Solomon Decoder simulink design
Dear Rohan, <http://www.mathworks.com/help/comm/ref/integerinputrsencoderhdloptimized.html In the Mathworks documentation> yo...

ongeveer 9 jaar ago | 0

Answered
How do I calculate filter from transfer function?
Dear Ivaschenko, The value of those filter coefficients depend on the type of filter you want to use. If your filter is a...

ongeveer 9 jaar ago | 0

Answered
I need to do project on Image processing, help me out?
Hello, As a starter, a helpful documentation can be found on <http://www.mathworks.com/discovery/object-detection.html this M...

ongeveer 9 jaar ago | 0

| accepted

Answered
iam working on imag processing and i would like to have mosaicing of image code.please provide if you have
Dear Anjaneya, At <http://www.mathworks.com/help/vision/examples/video-mosaicking.html?searchHighlight=Video%2520Mosaicking t...

ongeveer 9 jaar ago | 0

| accepted

Answered
How to get centroid specific part of an image
Dear Ajay, If an image shows multiple centroids, there are some tricks to still determine the centroid. First you can filter...

ongeveer 9 jaar ago | 0

| accepted

Answered
Bar Graphing the results of two Switch statements
Hello Edwin, What you could do is to add a line for each case, where the calculated amount of atoms is defined in only one va...

ongeveer 9 jaar ago | 2

Answered
How to convert Northing & Eastings to Long Lat (in decimals)
Dear Eevee, This matlab example (with the function <http://www.mathworks.com/help/map/ref/dms2degrees.html dms2degrees>) coul...

ongeveer 9 jaar ago | 0

Answered
Calculating RMSE between observations and estimates of different number of data points
Dear Chanah, If I understand you correctly, you performed a measurement of 12 seconds. During those 12 seconds you have 'esti...

ongeveer 9 jaar ago | 0

Answered
Whenever I use the sendmail function, I get an error that reads "Error using sendmail (line 171) Authentication failed." I am pretty sure the preferences and settings are properly set up. Does anyone know how to resolve this issue?
Dear Joseph, A related post can be found <http://www.mathworks.com/matlabcentral/answers/93383-how-do-i-use-sendmail-to-send-...

ongeveer 9 jaar ago | 0

Answered
2-D Plot with two y-axis and only ONE funktion
Hello, If I understand you correctly, you would like to plot one figure where at the y axis is the depth, and at the x axis t...

ongeveer 9 jaar ago | 0

Answered
undefined function or variable 'z' erro message
Dear Runsheng, If Simulink looks for the variable z and cannot find it, you could initialize this variable either from a cons...

ongeveer 9 jaar ago | 0

Answered
How to fix "Undefined function 'makeweight' for input arguments of type 'double'."
Dear Naginder, If you type in the matlap prompt 'which makeweight', you can find out if matlab can find the function makeweig...

ongeveer 9 jaar ago | 0

Answered
generate a complex sound
Dear Alex, If you would like to create a bandpass with white noise, you could try to use this code: clc;clear all;close ...

ongeveer 9 jaar ago | 1

Answered
Imaginary part of mscohere
Dear Eric, The formula for the Magniture Squared Coherence can be found <http://www.mathworks.com/help/signal/ref/mscohere.ht...

ongeveer 9 jaar ago | 1

Answered
Wavelet Covariance Transform code in Matlab
Dear Santino, What you could do is to create two functions, where in the first one, the function f(z) times h is calculated a...

ongeveer 9 jaar ago | 1

Answered
i am working on DWT. Further i want to work on individual bands. I want to know how to pick a specific band.
Dear Miss Jain, The dwt-command performs a single-level one-dimensional wavelet decomposition with respect to either a partic...

ongeveer 9 jaar ago | 0

Answered
How dist function works??
The dist function is a 'Euclidean distance weight function' which applies weights to an input to get weighted inputs. At your ex...

ongeveer 9 jaar ago | 2

| accepted

Answered
Numerical integration: quadgk vs integral
Dear Mariano, The Mathlab function 'integral(fun,xmin,xmax)' numerically integrates function fun from xmin to xmax using glob...

ongeveer 9 jaar ago | 0

| accepted

Answered
how to explain the gabor features
Dear Rasheedha, Could you be more clear what you mean with 'gabor features'? Which toolbox or matlab function do you mean? ...

ongeveer 9 jaar ago | 0

Answered
Matlab shows results as a formula when i need a numeric value
Dear Hakan, The Funktion inline will be removed in a future release of Matlab <http://www.mathworks.com/help/matlab/ref/inlin...

ongeveer 9 jaar ago | 0