Risposto
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...

oltre 9 anni fa | 0

| accettato

Risposto
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-...

oltre 9 anni fa | 2

| accettato

Risposto
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...

oltre 9 anni fa | 0

| accettato

Risposto
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...

oltre 9 anni fa | 0

| accettato

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

oltre 9 anni fa | 0

Risposto
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, ...

oltre 9 anni fa | 1

Risposto
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 ...

oltre 9 anni fa | 2

Risposto
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...

oltre 9 anni fa | 0

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

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 0

| accettato

Risposto
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...

oltre 9 anni fa | 0

| accettato

Risposto
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...

oltre 9 anni fa | 0

| accettato

Risposto
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...

oltre 9 anni fa | 2

Risposto
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...

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 0

Risposto
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-...

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 0

Risposto
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 ...

oltre 9 anni fa | 1

Risposto
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...

oltre 9 anni fa | 1

Risposto
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...

oltre 9 anni fa | 1

Risposto
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...

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 2

| accettato

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

oltre 9 anni fa | 0

| accettato

Risposto
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? ...

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 0