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

10年弱 前 | 0

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

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

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

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

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

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

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

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

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

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

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

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

10年弱 前 | 0

| 採用済み

回答済み
Distance measurement using image processing
Dear Kumar, Mathworks provides a toolbox (the <http://www.mathworks.com/products/computer-vision/ Computer Vision System Tool...

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

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

10年弱 前 | 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:/...

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

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

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

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

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

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

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

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

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

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

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

10年弱 前 | 27

| 採用済み

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

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

10年弱 前 | 0

さらに読み込む