回答済み
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...

11年弱 前 | 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-...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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_...

11年弱 前 | 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, ...

11年弱 前 | 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 ...

11年弱 前 | 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...

11年弱 前 | 0

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

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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-...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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 ...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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...

11年弱 前 | 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? ...

11年弱 前 | 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...

11年弱 前 | 0