답변 있음
I need a code for hiding a text in an image using DCT technique
Dear Max, In MATLAB there are two ways to compute the DCT using Image Processing Toolbox™ software. From <http://www.mathwork...

11년 초과 전 | 0

답변 있음
License plate identification
Dear Ben Ali, Have you looked at <http://www.mathworks.com/matlabcentral/fileexchange/index?utf8=%25E2%259C%2593&term=vehicle...

11년 초과 전 | 1

답변 있음
Creating Mel triangular filters function
Dear Manolis, In your code you have computed an array 'f', where the frequencies are defined. These frequencies are calculat...

11년 초과 전 | 0

답변 있음
How can I read the Grove Temperature & Humidity sensor via Arduino Mega 2560?
Dear Wilko, Once you have accomplished to connect the Arduino to Simulink, the next step would be to first show the data you ...

11년 초과 전 | 1

답변 있음
how to find the bandwidth of a system?
Dear Sarah, To generate Pseudorandom Binary Sequence, please have a look at <http://www.mathworks.com/help/lte/ref/lteprbs.ht...

11년 초과 전 | 0

답변 있음
MATLAB Toolbox Instrument : impossible to connect a device
Dear Sarah, The Mathworks function <http://www.mathworks.com/help/instrument/icdevice.html icdevice> is a function which come...

11년 초과 전 | 0

| 수락됨

답변 있음
how to change a matrix variable for each iteration of a matrix loop?
Dear Sierra, Assuming that you use a ODE solver like ode 45, and you have a time dependent variable, please have a loop at <h...

11년 초과 전 | 0

답변 있음
how to form the final image from red green and blue channels
Dear Abira, You can contract the channels by using the <http://www.mathworks.com/help/matlab/ref/cat.html MATLAB function cat...

11년 초과 전 | 0

답변 있음
Fit a curve, find an equation and then take Fourier Transform of the curve?
Dear Khuram, What I think you need to do is not find the fourier transform of your function, but the fourier series of that f...

11년 초과 전 | 0

| 수락됨

답변 있음
Specific integral of a vector
Dear Ser/Madame, To create more points in your function, you could use an interpolation function like <http://www.mathworks.c...

11년 초과 전 | 1

답변 있음
Extracting blue objects of interest
Dear Izuru, I made a code for you, where first the color 'blue' is detected at a certain threshold. (here 200) Then with a f...

11년 초과 전 | 0

답변 있음
How to get data for a steady state.
Dear Masazumi, The simulation time 't' in Simulink ist time the programm has elapsed (inside the system) during the execusion...

11년 초과 전 | 0

| 수락됨

답변 있음
I want to edit values of a cell in excel based on certain condition. Can any body pls help me..??
Dear Sapna, Please have a look at the Documentation of the MATLAB function <http://www.mathworks.com/help/matlab/ref/xlsread....

11년 초과 전 | 0

| 수락됨

답변 있음
Distance measurement using image processing
Dear Kumar, Mathworks provides a toolbox (the <http://www.mathworks.com/products/computer-vision/ Computer Vision System Tool...

11년 초과 전 | 2

답변 있음
what is function can i use to change background from video? in matlab.
Dear Ser, Madame, Since a video are slices of images (=frames), you could try first extract all frames from the video. How th...

11년 초과 전 | 0

답변 있음
Intersection between spline and a line
Dear Brian, The abbreviation pp means that the polynomial that is defined, is a <http://www.mathworks.com/help/matlab/ref/mkp...

11년 초과 전 | 0

답변 있음
Modeling step response on unknown model
Dear Andreas, To tune the parameters in a PID controller, both MATLAB and Simulink could be used. * OPTION 1: The <http:/...

11년 초과 전 | 0

답변 있음
explanation on a bwtraceboundary code
Dear Rafaela, In your code an image is imported, with the size (s1) by (s2) pixels. The first value corresponds to the amount...

11년 초과 전 | 0

답변 있음
Euler Angle from Body Frame to Inertial Frame?
Dear Yu Hin Hau, If the transformation matrix from the inertial frame to the body frame is known, and you would like to know ...

11년 초과 전 | 2

답변 있음
Can we use MFCC to convert the speech signal to text?
Dear Ser/Madame, A basic approach would be to plot the frequecy spectrum with the <http://www.mathworks.com/help/matlab/ref/f...

11년 초과 전 | 0

답변 있음
Hey, How to remove green color from an image?
Dear Pramod, You can have a look at the <http://www.mathworks.com/matlabcentral/fileexchange/49898-image-color-filtering Imag...

11년 초과 전 | 1

답변 있음
NIT SIT block missing in matlab
Dear Maham, After installing MATLAB/Simulink there is no 'NIT SIT' block. However you can download this block from <http://w...

11년 초과 전 | 0

답변 있음
could you please help me answering this question
Dear Ali, You can solve the problem with one matlab solver called <http://www.mathworks.com/help/matlab/ref/fzero.html fzero...

11년 초과 전 | 0

답변 있음
How can I set a condition that Vw = 0 when t = 0 in this code
Dear Clement, In your function Vb = vib + Vw*exp(t/Ta), for t=0, Vb = vib + 0.1=10.1; There are many solutions if you like t...

11년 초과 전 | 1

답변 있음
unable to open matlab editor
Dear Midas, What you can try, is run Matlab as administrator. (right click on Matlab icon, run as administrator) Kind rega...

11년 초과 전 | 0

답변 있음
How to find the inner contour of myocardium by using region growing
Dear Neil, The MATLAB function <http://www.mathworks.com/help/images/ref/imfindcircles.html imfindcircles> can find circles f...

11년 초과 전 | 0

답변 있음
plotting with a custom colororder
Dear Tucker, A solution for this problem is if you replace the line colorhsv2=interp1(linspace(-pi,pi,360)',hsv(360),ang...

11년 초과 전 | 0

답변 있음
What is the difference between LAR, and the Bisquare Remain Robust in regression (Curve Fitting Tool)?
Dear Nuno, Least absolute residuals (LAR) — The LAR method finds a curve that minimizes the absolute difference of the residu...

11년 초과 전 | 28

| 수락됨

답변 있음
Convert bitdepth of png image
Dear Sara, You can use the function imfinfo to get i.e. the bit depth of the image. With the function rgb2gray you can convert ...

11년 초과 전 | 1

| 수락됨

답변 있음
How do you add maximum points for both variables on the same plot as the function line?
Dear Jess, For your first figure, you forgot the command "hold on". Also if you want to add two markers, you do not only ne...

11년 초과 전 | 0

더 보기