已回答
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...

9 years 前 | 0

| 已接受

已回答
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-...

9 years 前 | 2

| 已接受

已回答
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...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

| 已接受

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

9 years 前 | 0

已回答
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, ...

9 years 前 | 1

已回答
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 ...

9 years 前 | 2

已回答
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...

9 years 前 | 0

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

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 2

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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-...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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 ...

9 years 前 | 1

已回答
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...

9 years 前 | 1

已回答
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...

9 years 前 | 1

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 2

| 已接受

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

9 years 前 | 0

| 已接受

已回答
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? ...

9 years 前 | 0

已回答
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...

9 years 前 | 0