Respondida
plot running time complexity
Hi Sumera Zem, You can try with the following code snippet syms n % define a symbolic variable figure ; legend on; % high...

más de 1 año hace | 2

Respondida
Phase retrieval from FFT
Hi Shrishti Yadav, As i understand you are failing to understand the output phase associated with sinusoid of frequency 4000 H...

más de 1 año hace | 0

Respondida
How can I plot this graph in MATLAB?
Hi @Itqan Ismail, Assuming that you want to plot the equations visible in the graph, following lines of code does exactly what...

más de 1 año hace | 0

Respondida
Want to know how to modify the pole zero plot
Hi Krishnapriya, I understand that you are trying to modify the plot, you can do this using the following steps. 1.) In the f...

más de 1 año hace | 1

| aceptada

Respondida
Plotting periodgram/pwelch/other PSD function for mock data
Hi Benjamin Colbert, As per my understanding you only expect the PSD plot at 60 Hz and not around it but in the plot you are ge...

más de 1 año hace | 1

Respondida
whati's solution for signal filtering ?
Hi Guendouz walid, I have made the assumption that the data around time 100 and 350 is error data that you would like to get ri...

más de 1 año hace | 0

Respondida
How can I randomly excuted for loops inside MAIN FOR LOOP instead of run them in ordered ?
Hi omar th, I have borrowed a part of answer from Jiri Hajek, you can acheive the random execution of loop using following lin...

más de 1 año hace | 0

Respondida
Dimensions of arrays being concatenated are not consistent.
Hi Prapthi, The command prompt is throwing error, make sure that detout array or function is defined in your workspace or the ...

más de 1 año hace | 0

Respondida
how to reduce edge thickness
Hi mole20 , Following are the steps to reduce the thickness in the edge image, such operations are called morphological image ...

más de 1 año hace | 0

Respondida
Edge detection with edge function in matlab
Hi Putra A, You cannot use maskX = [5 5 5 ; -3 0 -3; -3 -3 -3]; maskY = [5 5 5 ; -3 0 -3 ; -3 -3 -3] ; as your masks, here are ...

más de 1 año hace | 0

Respondida
How Sobel Operator works in edge function?
Hi C J , The sobel operator is used in Image processing edge detection, it works in the following manner 1.) Compute gradient...

más de 1 año hace | 0

| aceptada

Respondida
How to get clear Edge detection following image? I have attached image which i want edge detect ? also i worked CANNY operator ,this operator not perfect , so Can any One Help me?
Hi Selva Karna, The canny edge detector works on 2D images and not 3D images, you will have to convert the JPEG image to graysc...

más de 1 año hace | 0

Respondida
Which is the best method for edge detection in this image
Hi Efstathios Kontolatis, You can run a gaussian kernel first on the image followed by canny edge detector to see if that achi...

más de 1 año hace | 0

Respondida
connecting a simscape block with a simulation block
Hello, You can connect the Simulink blocks to Simscape using the Simulink “PS Simulink-Converter” block. The following docume...

más de 1 año hace | 0

Respondida
Changing PWM frequency of Arduino board in a .m script
Hello Matthew, As per my understanding you are trying to change to PWM frequency on the Arduino Uno board and looking for a M...

más de 1 año hace | 0

| aceptada

Respondida
For Matlab arduino board is not connecting with Matlab(yes I installed the add on, and yes I installed Arudino IDE to check what make Arudino port name is)
I suspect that the Arduino object is not getting created because you are not supplying the correct COM port number while creatin...

casi 2 años hace | 0