
mehmet baki
Followers: 0 Following: 0
Feeds
提问
how to use drawcircle methods with centroids array from bwconncomp
I want to draw circles from bwconncomp I have centroids but I could not draw with drawcircles all circles imshow(image);hol...
10 months 前 | 1 个回答 | 0
1
个回答提问
how to remove connectec components from original image?
I detected some connected components. I can plot on image but I wan to remove from original image. for example I want to remove ...
10 months 前 | 1 个回答 | 0
1
个回答提问
how to get Integrated circuit pads in image?
I want to detect integrated circuit pads in this image. But I don't understand how to get only pads. is there any method or sug...
10 months 前 | 2 个回答 | 0
2
个回答提问
Z domain to freq domain (bode of closed loop with negative feed back)?
I just want to continous time domain freq response with discrete time freq response closep loop with negative feedback. But i do...
7 years 前 | 1 个回答 | 0
1
个回答提问
I just cant get numerical value when ı use subs commmand for evaluating velocity vector and acceleration vector
clc clear close all t=0:.5:10; %% for graphing position vector r=xi+yj+zk u=2*cos(t); v=1.3+2.7*t.^2-.031*t....
8 years 前 | 1 个回答 | 0
1
个回答提问
I need help to graph particle's (3D) and declare x,y,z functions of time describing the particle's path, and calculate position ,velocity and acceleration by matlab and simulink, which commands do ı have to use? thanks
%position vector r=xi+yj+zk %velocity vector v %acceleration vector a t=0:.5:10; x=2*cos(t); y=1.3+2.7*t.^2-.03...
8 years 前 | 1 个回答 | 0
1
个回答提问
hello,please could anyone tell me how to graph magnitude and phase spectra for given a .mat file (fs=8 kHz)
clc clear all close all load a_sound.mat a x=a; y = fft(x); m = abs(y); p = angle(y); ...
8 years 前 | 1 个回答 | 0
1
个回答提问
I couldn't obtain fourier series coefficients of full wave rectified sine wave signal x(t)=20*sin(100*pi*t) and stem plot, what did I wrong in my code? thank you for answers
my question For the full wave rectified signal, . (Considering fs=10 Hz and N=2000.) a) Obtain Fourier Series Coefficients and p...
8 years 前 | 0 个回答 | 0